Uses of Class
org.apache.commons.lang.builder.HashCodeBuilder
Packages that use HashCodeBuilder
Package
Description
Assists in creating consistent
equals(Object), toString(),
hashCode(), and compareTo(Object) methods.-
Uses of HashCodeBuilder in org.apache.commons.lang.builder
Methods in org.apache.commons.lang.builder that return HashCodeBuilderModifier and TypeMethodDescriptionHashCodeBuilder.append(boolean value) Append ahashCodefor aboolean.HashCodeBuilder.append(boolean[] array) Append ahashCodefor abooleanarray.HashCodeBuilder.append(byte value) Append ahashCodefor abyte.HashCodeBuilder.append(byte[] array) Append ahashCodefor abytearray.HashCodeBuilder.append(char value) Append ahashCodefor achar.HashCodeBuilder.append(char[] array) Append ahashCodefor achararray.HashCodeBuilder.append(double value) Append ahashCodefor adouble.HashCodeBuilder.append(double[] array) Append ahashCodefor adoublearray.HashCodeBuilder.append(float value) Append ahashCodefor afloat.HashCodeBuilder.append(float[] array) Append ahashCodefor afloatarray.HashCodeBuilder.append(int value) Append ahashCodefor anint.HashCodeBuilder.append(int[] array) Append ahashCodefor anintarray.HashCodeBuilder.append(long value) Append ahashCodefor along.HashCodeBuilder.append(long[] array) Append ahashCodefor alongarray.HashCodeBuilder.append(short value) Append ahashCodefor ashort.HashCodeBuilder.append(short[] array) Append ahashCodefor ashortarray.Append ahashCodefor anObject.Append ahashCodefor anObjectarray.HashCodeBuilder.appendSuper(int superHashCode) Adds the result of super.hashCode() to this builder.Methods in org.apache.commons.lang.builder with parameters of type HashCodeBuilderModifier and TypeMethodDescriptionprivate static voidHashCodeBuilder.reflectionAppend(Object object, Class clazz, HashCodeBuilder builder, boolean useTransients, String[] excludeFields) Appends the fields and values defined by the given object of the givenClass.