@Internal public interface TypePairComparatorFactory<T1,T2>
Modifier and Type | Method and Description |
---|---|
TypePairComparator<T1,T2> |
createComparator12(TypeComparator<T1> comparator1,
TypeComparator<T2> comparator2) |
TypePairComparator<T2,T1> |
createComparator21(TypeComparator<T1> comparator1,
TypeComparator<T2> comparator2) |
TypePairComparator<T1,T2> createComparator12(TypeComparator<T1> comparator1, TypeComparator<T2> comparator2)
TypePairComparator<T2,T1> createComparator21(TypeComparator<T1> comparator1, TypeComparator<T2> comparator2)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.