Interface UnorderedCollectionComparator.CrossTypeComparator<A,​B>

  • Enclosing class:
    UnorderedCollectionComparator

    public static interface UnorderedCollectionComparator.CrossTypeComparator<A,​B>
    A simple interface that attempts to compare objects of two different types
    • Method Detail

      • equals

        boolean equals​(A a,
                       B b)
        Returns:
        True if a and b should be treated as equal.