Package com._1c.g5.v8.bm.common.hash
Class HashUtil
java.lang.Object
com._1c.g5.v8.bm.common.hash.HashUtil
A set of utility methods related to hashing.
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getLongHash
(long value) Computes long hash for the specified long value.
-
Method Details
-
getLongHash
public static long getLongHash(long value) Computes long hash for the specified long value.- Parameters:
value
- The value to compute long hash for.- Returns:
- the computed long hash.
-