-
HashCodeBuilder.append(boolean value)
Append a hashCode
for a boolean
.
HashCodeBuilder.append(boolean[] array)
Append a hashCode
for a boolean
array.
HashCodeBuilder.append(byte value)
Append a hashCode
for a byte
.
HashCodeBuilder.append(byte[] array)
Append a hashCode
for a byte
array.
HashCodeBuilder.append(char value)
Append a hashCode
for a char
.
HashCodeBuilder.append(char[] array)
Append a hashCode
for a char
array.
HashCodeBuilder.append(double value)
Append a hashCode
for a double
.
HashCodeBuilder.append(double[] array)
Append a hashCode
for a double
array.
HashCodeBuilder.append(float value)
Append a hashCode
for a float
.
HashCodeBuilder.append(float[] array)
Append a hashCode
for a float
array.
HashCodeBuilder.append(int value)
Append a hashCode
for an int
.
HashCodeBuilder.append(int[] array)
Append a hashCode
for an int
array.
HashCodeBuilder.append(long value)
Append a hashCode
for a long
.
HashCodeBuilder.append(long[] array)
Append a hashCode
for a long
array.
HashCodeBuilder.append(short value)
Append a hashCode
for a short
.
HashCodeBuilder.append(short[] array)
Append a hashCode
for a short
array.
Append a hashCode
for an Object
.
Append a hashCode
for an Object
array.
Adds the result of super.hashCode() to this builder.