Class HashUtil

java.lang.Object
com._1c.g5.v8.bm.common.hash.HashUtil

public final class HashUtil extends Object
A set of utility methods related to hashing.
  • 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.