Uses of Class
org.apache.commons.lang3.builder.HashCodeBuilder
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of HashCodeBuilder in org.apache.commons.lang3.builder
Modifier and TypeMethodDescriptionHashCodeBuilder.append
(boolean value) Append ahashCode
for aboolean
.HashCodeBuilder.append
(boolean[] array) Append ahashCode
for aboolean
array.HashCodeBuilder.append
(byte value) Append ahashCode
for abyte
.HashCodeBuilder.append
(byte[] array) Append ahashCode
for abyte
array.HashCodeBuilder.append
(char value) Append ahashCode
for achar
.HashCodeBuilder.append
(char[] array) Append ahashCode
for achar
array.HashCodeBuilder.append
(double value) Append ahashCode
for adouble
.HashCodeBuilder.append
(double[] array) Append ahashCode
for adouble
array.HashCodeBuilder.append
(float value) Append ahashCode
for afloat
.HashCodeBuilder.append
(float[] array) Append ahashCode
for afloat
array.HashCodeBuilder.append
(int value) Append ahashCode
for anint
.HashCodeBuilder.append
(int[] array) Append ahashCode
for anint
array.HashCodeBuilder.append
(long value) Append ahashCode
for along
.HashCodeBuilder.append
(long[] array) Append ahashCode
for along
array.HashCodeBuilder.append
(short value) Append ahashCode
for ashort
.HashCodeBuilder.append
(short[] array) Append ahashCode
for ashort
array.Append ahashCode
for anObject
.Append ahashCode
for anObject
array.HashCodeBuilder.appendSuper
(int superHashCode) Adds the result of super.hashCode() to this builder.