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