Package io.deephaven.datastructures.util
Class HashCodeUtil
java.lang.Object
io.deephaven.datastructures.util.HashCodeUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
combineHashCodes
(Object... values) static int
createHashCode
(Object[] values) static int
toHashCode
(double val) static int
toHashCode
(long val) static int
toHashCode
(Object obj)
-
Constructor Details
-
HashCodeUtil
public HashCodeUtil()
-
-
Method Details
-
toHashCode
public static int toHashCode(double val) -
toHashCode
public static int toHashCode(long val) -
toHashCode
-
combineHashCodes
-
createHashCode
-