Interface HashEqualator<T>

    • Method Detail

      • hash

        int hash​(T object)
        Specified by:
        hash in interface Hasher<T>
      • equal

        boolean equal​(T object1,
                      T object2)
        Specified by:
        equal in interface Equalator<T>