public final class TupleKeyComparator<K,V> extends Object implements Comparator<Tuple<K,V>>
Constructor and Description |
---|
TupleKeyComparator(Comparator<K> c) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Tuple<K,V> o1,
Tuple<K,V> o2) |
equals, 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 TupleKeyComparator(Comparator<K> c)
Copyright © 2016 The Apache Software Foundation. All rights reserved.