Package com._1c.g5.v8.bm.common.util
Class HashUtil
- java.lang.Object
-
- com._1c.g5.v8.bm.common.util.HashUtil
-
public final class HashUtil extends Object
A set of utility methods related to hashing.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getLongHash(long value)
Computes long hash for the specified long value.
-