Package VASSAL.tools
Class HashCode
java.lang.Object
VASSAL.tools.HashCode
Deprecated, for removal: This API element is subject to removal in a future version.
Provides static methods for calculating hash codes.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and TypeMethodDescriptionstatic inthash(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(boolean[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(byte value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(byte[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(char value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(char[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(double value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(double[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(float value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(float[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(int value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(int[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(long value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(long[] a) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(short value) Deprecated, for removal: This API element is subject to removal in a future version.static inthash(short[] a) Deprecated, for removal: This API element is subject to removal in a future version.static intDeprecated, for removal: This API element is subject to removal in a future version.static <T> inthash(T[] a) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
hash
public static int hash(boolean value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(byte value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(char value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(short value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(int value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(long value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(float value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(double value) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(boolean[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(byte[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(char[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(short[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(int[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(long[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(float[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static int hash(double[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
hash
public static <T> int hash(T[] a) Deprecated, for removal: This API element is subject to removal in a future version.
-
HashCodeBuilderinstead.