Interface StrongHashable


  • public interface StrongHashable
    Interface for making objects support strong hash method. This will be complementary to the java Object.hashCode() method, but with higher entropy.
    • Method Detail

      • strongHash

        long strongHash()
        Returns:
        The string hash of the object.