public class PairComparator<K,V> extends Object implements Comparator<KeyValuePair<K,V>>, Serializable
Constructor and Description |
---|
PairComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(KeyValuePair<K,V> p1,
KeyValuePair<K,V> p2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(KeyValuePair<K,V> p1, KeyValuePair<K,V> p2)
compare
in interface Comparator<KeyValuePair<K,V>>
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.