Uses of Class
edu.internet2.middleware.grouperInstaller.util.GcEqualsBuilder
Packages that use GcEqualsBuilder
-
Uses of GcEqualsBuilder in edu.internet2.middleware.grouperInstaller.util
Methods in edu.internet2.middleware.grouperInstaller.util that return GcEqualsBuilderModifier and TypeMethodDescriptionGcEqualsBuilder.append
(boolean[] lhs, boolean[] rhs) Deep comparison of array ofboolean
.GcEqualsBuilder.append
(boolean lhs, boolean rhs) Test if twobooleans
s are equal.GcEqualsBuilder.append
(byte[] lhs, byte[] rhs) Deep comparison of array ofbyte
.GcEqualsBuilder.append
(byte lhs, byte rhs) Test if twobyte
s are equal.GcEqualsBuilder.append
(char[] lhs, char[] rhs) Deep comparison of array ofchar
.GcEqualsBuilder.append
(char lhs, char rhs) Test if twochar
s are equal.GcEqualsBuilder.append
(double[] lhs, double[] rhs) Deep comparison of array ofdouble
.GcEqualsBuilder.append
(double lhs, double rhs) Test if twodouble
s are equal by testing that the pattern of bits returned bydoubleToLong
are equal.GcEqualsBuilder.append
(float[] lhs, float[] rhs) Deep comparison of array offloat
.GcEqualsBuilder.append
(float lhs, float rhs) Test if twofloat
s are equal byt testing that the pattern of bits returned by doubleToLong are equal.GcEqualsBuilder.append
(int[] lhs, int[] rhs) Deep comparison of array ofint
.GcEqualsBuilder.append
(int lhs, int rhs) Test if twoint
s are equal.GcEqualsBuilder.append
(long[] lhs, long[] rhs) Deep comparison of array oflong
.GcEqualsBuilder.append
(long lhs, long rhs) Test if twolong
s are equal.GcEqualsBuilder.append
(short[] lhs, short[] rhs) Deep comparison of array ofshort
.GcEqualsBuilder.append
(short lhs, short rhs) Test if twoshort
s are equal.Performs a deep comparison of twoObject
arrays.Test if twoObject
s are equal using theirequals
method.GcEqualsBuilder.appendSuper
(boolean superEquals) Adds the result ofsuper.equals()
to this builder.