Interface HashFunction

    • Method Detail

      • hash

        int hash​(CharSequence key)
        Hashes a key, i.e. turns it into an integer for use in a HashTable.
        Parameters:
        key - A key to hash.
        Returns:
        A hash.