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, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic RowOnlyComparator(KeyValue.KVComparator c)
public int compare(KeyValue left, KeyValue right)
compare in interface Comparator<KeyValue>