Uses of Class
org.apache.cayenne.util.CompareToBuilder
Package | Description |
---|---|
org.apache.cayenne.util |
General utility classes.
|
-
Uses of CompareToBuilder in org.apache.cayenne.util
Methods in org.apache.cayenne.util that return CompareToBuilder Modifier and Type Method Description CompareToBuilder
CompareToBuilder. append(boolean[] lhs, boolean[] rhs)
Appends to thebuilder
the deep comparison of twoboolean
arrays.CompareToBuilder
CompareToBuilder. append(boolean lhs, boolean rhs)
Appends to thebuilder
the comparison of twobooleans
s.CompareToBuilder
CompareToBuilder. append(byte[] lhs, byte[] rhs)
Appends to thebuilder
the deep comparison of twobyte
arrays.CompareToBuilder
CompareToBuilder. append(byte lhs, byte rhs)
Appends to thebuilder
the comparison of twobyte
s.CompareToBuilder
CompareToBuilder. append(char[] lhs, char[] rhs)
Appends to thebuilder
the deep comparison of twochar
arrays.CompareToBuilder
CompareToBuilder. append(char lhs, char rhs)
Appends to thebuilder
the comparison of twochar
s.CompareToBuilder
CompareToBuilder. append(double[] lhs, double[] rhs)
Appends to thebuilder
the deep comparison of twodouble
arrays.CompareToBuilder
CompareToBuilder. append(double lhs, double rhs)
Appends to thebuilder
the comparison of twodouble
s.CompareToBuilder
CompareToBuilder. append(float[] lhs, float[] rhs)
Appends to thebuilder
the deep comparison of twofloat
arrays.CompareToBuilder
CompareToBuilder. append(float lhs, float rhs)
Appends to thebuilder
the comparison of twofloat
s.CompareToBuilder
CompareToBuilder. append(int[] lhs, int[] rhs)
Appends to thebuilder
the deep comparison of twoint
arrays.CompareToBuilder
CompareToBuilder. append(int lhs, int rhs)
Appends to thebuilder
the comparison of twoint
s.CompareToBuilder
CompareToBuilder. append(long[] lhs, long[] rhs)
Appends to thebuilder
the deep comparison of twolong
arrays.CompareToBuilder
CompareToBuilder. append(long lhs, long rhs)
Appends to thebuilder
the comparison of twolong
s.CompareToBuilder
CompareToBuilder. append(short[] lhs, short[] rhs)
Appends to thebuilder
the deep comparison of twoshort
arrays.CompareToBuilder
CompareToBuilder. append(short lhs, short rhs)
Appends to thebuilder
the comparison of twoshort
s.CompareToBuilder
CompareToBuilder. append(Object[] lhs, Object[] rhs)
Appends to thebuilder
the deep comparison of twoObject
arrays.CompareToBuilder
CompareToBuilder. append(Object[] lhs, Object[] rhs, Comparator comparator)
Appends to thebuilder
the deep comparison of twoObject
arrays.CompareToBuilder
CompareToBuilder. append(Object lhs, Object rhs)
Appends to thebuilder
the comparison of twoObject
s.CompareToBuilder
CompareToBuilder. append(Object lhs, Object rhs, Comparator comparator)
Appends to thebuilder
the comparison of twoObject
s.CompareToBuilder
CompareToBuilder. appendSuper(int superCompareTo)
Appends to thebuilder
thecompareTo(Object)
result of the superclass.