Uses of Class
org.apache.cayenne.util.HashCodeBuilder

Packages that use HashCodeBuilder
Package
Description
General utility classes.
  • Uses of HashCodeBuilder in org.apache.cayenne.util

    Modifier and Type
    Method
    Description
    HashCodeBuilder.append(boolean value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a boolean.
    HashCodeBuilder.append(boolean[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a boolean array.
    HashCodeBuilder.append(byte value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a byte.
    HashCodeBuilder.append(byte[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a byte array.
    HashCodeBuilder.append(char value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a char.
    HashCodeBuilder.append(char[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a char array.
    HashCodeBuilder.append(double value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a double.
    HashCodeBuilder.append(double[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a double array.
    HashCodeBuilder.append(float value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a float.
    HashCodeBuilder.append(float[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a float array.
    HashCodeBuilder.append(int value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for an int.
    HashCodeBuilder.append(int[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for an int array.
    HashCodeBuilder.append(long value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a long.
    HashCodeBuilder.append(long[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a long array.
    HashCodeBuilder.append(short value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a short.
    HashCodeBuilder.append(short[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for a short array.
    HashCodeBuilder.append(Object object)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for an Object.
    HashCodeBuilder.append(Object[] array)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Append a hashCode for an Object array.
    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.