Interface Equator<T>


  • public interface Equator<T>
    • Method Detail

      • hashCode

        int hashCode​(T o)
      • areEqual

        boolean areEqual​(T o1,
                         T o2)