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 twobooleanss are equal.GcEqualsBuilder.append(byte[] lhs, byte[] rhs) Deep comparison of array ofbyte.GcEqualsBuilder.append(byte lhs, byte rhs) Test if twobytes are equal.GcEqualsBuilder.append(char[] lhs, char[] rhs) Deep comparison of array ofchar.GcEqualsBuilder.append(char lhs, char rhs) Test if twochars are equal.GcEqualsBuilder.append(double[] lhs, double[] rhs) Deep comparison of array ofdouble.GcEqualsBuilder.append(double lhs, double rhs) Test if twodoubles are equal by testing that the pattern of bits returned bydoubleToLongare equal.GcEqualsBuilder.append(float[] lhs, float[] rhs) Deep comparison of array offloat.GcEqualsBuilder.append(float lhs, float rhs) Test if twofloats 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 twoints are equal.GcEqualsBuilder.append(long[] lhs, long[] rhs) Deep comparison of array oflong.GcEqualsBuilder.append(long lhs, long rhs) Test if twolongs are equal.GcEqualsBuilder.append(short[] lhs, short[] rhs) Deep comparison of array ofshort.GcEqualsBuilder.append(short lhs, short rhs) Test if twoshorts are equal.Performs a deep comparison of twoObjectarrays.Test if twoObjects are equal using theirequalsmethod.GcEqualsBuilder.appendSuper(boolean superEquals) Adds the result ofsuper.equals()to this builder.