public class PairComparator<S,T> extends Object implements Comparator<Pair<S,T>>
| Constructor and Description |
|---|
PairComparator(Comparator<? super S> sc,
Comparator<? super T> tc) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Pair<S,T> o1,
Pair<S,T> o2) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongCopyright © 2011-2018 Eclipse Foundation. All Rights Reserved.