Uses of Class
org.apache.cayenne.util.HashCodeBuilder
Packages that use HashCodeBuilder
-
Uses of HashCodeBuilder in org.apache.cayenne.util
Methods in org.apache.cayenne.util that return HashCodeBuilderModifier and TypeMethodDescriptionHashCodeBuilder.append(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor aboolean.HashCodeBuilder.append(boolean[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor abooleanarray.HashCodeBuilder.append(byte value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor abyte.HashCodeBuilder.append(byte[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor abytearray.HashCodeBuilder.append(char value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor achar.HashCodeBuilder.append(char[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor achararray.HashCodeBuilder.append(double value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor adouble.HashCodeBuilder.append(double[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor adoublearray.HashCodeBuilder.append(float value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor afloat.HashCodeBuilder.append(float[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor afloatarray.HashCodeBuilder.append(int value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor anint.HashCodeBuilder.append(int[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor anintarray.HashCodeBuilder.append(long value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor along.HashCodeBuilder.append(long[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor alongarray.HashCodeBuilder.append(short value) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor ashort.HashCodeBuilder.append(short[] array) Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor ashortarray.Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor anObject.Deprecated, for removal: This API element is subject to removal in a future version.Append ahashCodefor anObjectarray.HashCodeBuilder.appendSuper(int superHashCode) Deprecated, for removal: This API element is subject to removal in a future version.Adds the result of super.hashCode() to this builder.