CompareToBuilder.append(boolean[] lhs,
boolean[] rhs)
Appends to the builder
the deep comparison of
two boolean
arrays.
CompareToBuilder.append(boolean lhs,
boolean rhs)
Appends to the builder
the comparison of
two booleans
s.
CompareToBuilder.append(byte[] lhs,
byte[] rhs)
Appends to the builder
the deep comparison of
two byte
arrays.
CompareToBuilder.append(byte lhs,
byte rhs)
Appends to the builder
the comparison of
two byte
s.
CompareToBuilder.append(char[] lhs,
char[] rhs)
Appends to the builder
the deep comparison of
two char
arrays.
CompareToBuilder.append(char lhs,
char rhs)
Appends to the builder
the comparison of
two char
s.
CompareToBuilder.append(double[] lhs,
double[] rhs)
Appends to the builder
the deep comparison of
two double
arrays.
CompareToBuilder.append(double lhs,
double rhs)
Appends to the builder
the comparison of
two double
s.
CompareToBuilder.append(float[] lhs,
float[] rhs)
Appends to the builder
the deep comparison of
two float
arrays.
CompareToBuilder.append(float lhs,
float rhs)
Appends to the builder
the comparison of
two float
s.
CompareToBuilder.append(int[] lhs,
int[] rhs)
Appends to the builder
the deep comparison of
two int
arrays.
CompareToBuilder.append(int lhs,
int rhs)
Appends to the builder
the comparison of
two int
s.
CompareToBuilder.append(long[] lhs,
long[] rhs)
Appends to the builder
the deep comparison of
two long
arrays.
CompareToBuilder.append(long lhs,
long rhs)
Appends to the builder
the comparison of
two long
s.
CompareToBuilder.append(short[] lhs,
short[] rhs)
Appends to the builder
the deep comparison of
two short
arrays.
CompareToBuilder.append(short lhs,
short rhs)
Appends to the builder
the comparison of
two short
s.
Appends to the builder
the deep comparison of
two Object
arrays.
Appends to the builder
the deep comparison of
two Object
arrays.
Appends to the builder
the comparison of
two Object
s.
Appends to the builder
the comparison of
two Object
s.
Appends to the builder
the compareTo(Object)
result of the superclass.