Uses of Class
edu.internet2.middleware.grouperInstaller.util.GcHashCodeBuilder
Packages that use GcHashCodeBuilder
-
Uses of GcHashCodeBuilder in edu.internet2.middleware.grouperInstaller.util
Methods in edu.internet2.middleware.grouperInstaller.util that return GcHashCodeBuilderModifier and TypeMethodDescriptionGcHashCodeBuilder.append(boolean value) Append ahashCodefor aboolean.GcHashCodeBuilder.append(boolean[] array) Append ahashCodefor abooleanarray.GcHashCodeBuilder.append(byte value) Append ahashCodefor abyte.GcHashCodeBuilder.append(byte[] array) Append ahashCodefor abytearray.GcHashCodeBuilder.append(char value) Append ahashCodefor achar.GcHashCodeBuilder.append(char[] array) Append ahashCodefor achararray.GcHashCodeBuilder.append(double value) Append ahashCodefor adouble.GcHashCodeBuilder.append(double[] array) Append ahashCodefor adoublearray.GcHashCodeBuilder.append(float value) Append ahashCodefor afloat.GcHashCodeBuilder.append(float[] array) Append ahashCodefor afloatarray.GcHashCodeBuilder.append(int value) Append ahashCodefor anint.GcHashCodeBuilder.append(int[] array) Append ahashCodefor anintarray.GcHashCodeBuilder.append(long value) Append ahashCodefor along.GcHashCodeBuilder.append(long[] array) Append ahashCodefor alongarray.GcHashCodeBuilder.append(short value) Append ahashCodefor ashort.GcHashCodeBuilder.append(short[] array) Append ahashCodefor ashortarray.Append ahashCodefor anObject.Append ahashCodefor anObjectarray.GcHashCodeBuilder.appendSuper(int superHashCode) Adds the result of super.hashCode() to this builder.