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 int
hash
(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(boolean[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(byte value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(byte[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(char value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(char[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(double value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(double[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(float value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(float[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(int value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(int[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(long value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(long[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(short value) Deprecated, for removal: This API element is subject to removal in a future version.static int
hash
(short[] a) Deprecated, for removal: This API element is subject to removal in a future version.static int
Deprecated, for removal: This API element is subject to removal in a future version.static <T> int
hash
(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.
-
HashCodeBuilder
instead.