Interface Hash

  • All Known Implementing Classes:
    Murmur3_32Hash

    public interface Hash
    This interface declares a hash function.
    • Method Detail

      • makeHash

        int makeHash​(byte[] b)
        Generate the hash of a given byte array.
        Returns:
        The hash of b, which is non-negative integer.