public static class KeyValue.RowOnlyComparator extends Object implements Comparator<KeyValue>
Constructor and Description |
---|
RowOnlyComparator(KeyValue.KVComparator c) |
Modifier and Type | Method and Description |
---|---|
int |
compare(KeyValue left,
KeyValue right) |
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 RowOnlyComparator(KeyValue.KVComparator c)
public int compare(KeyValue left, KeyValue right)
compare
in interface Comparator<KeyValue>