Class HashUtil


  • public final class HashUtil
    extends Object
    A set of utility methods related to hashing.
    • Method Detail

      • 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.