T1 - The type of the first object to compare.T2 - The type of the second object to compare.@FunctionalInterface public static interface CollectionAlgorithms.ComparisonOfDifferentTypes.Function<T1,T2>
| Modifier and Type | Method and Description | 
|---|---|
int | 
invoke(T1 x,
      T2 y)
Represents a method that compares two objects of different types. 
 |