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 ahashCode
for aboolean
.GcHashCodeBuilder.append
(boolean[] array) Append ahashCode
for aboolean
array.GcHashCodeBuilder.append
(byte value) Append ahashCode
for abyte
.GcHashCodeBuilder.append
(byte[] array) Append ahashCode
for abyte
array.GcHashCodeBuilder.append
(char value) Append ahashCode
for achar
.GcHashCodeBuilder.append
(char[] array) Append ahashCode
for achar
array.GcHashCodeBuilder.append
(double value) Append ahashCode
for adouble
.GcHashCodeBuilder.append
(double[] array) Append ahashCode
for adouble
array.GcHashCodeBuilder.append
(float value) Append ahashCode
for afloat
.GcHashCodeBuilder.append
(float[] array) Append ahashCode
for afloat
array.GcHashCodeBuilder.append
(int value) Append ahashCode
for anint
.GcHashCodeBuilder.append
(int[] array) Append ahashCode
for anint
array.GcHashCodeBuilder.append
(long value) Append ahashCode
for along
.GcHashCodeBuilder.append
(long[] array) Append ahashCode
for along
array.GcHashCodeBuilder.append
(short value) Append ahashCode
for ashort
.GcHashCodeBuilder.append
(short[] array) Append ahashCode
for ashort
array.Append ahashCode
for anObject
.Append ahashCode
for anObject
array.GcHashCodeBuilder.appendSuper
(int superHashCode) Adds the result of super.hashCode() to this builder.