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 Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(A a, B b)
     
  • Method Details

    • equals

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