public class BytewiseComparator extends Object implements UserComparator
| Constructor and Description |
|---|
BytewiseComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Slice sliceA,
Slice sliceB) |
Slice |
findShortestSeparator(Slice start,
Slice limit) |
Slice |
findShortSuccessor(Slice key) |
String |
name() |
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 String name()
name in interface UserComparatorpublic int compare(Slice sliceA, Slice sliceB)
compare in interface Comparator<Slice>public Slice findShortestSeparator(Slice start, Slice limit)
findShortestSeparator in interface UserComparatorpublic Slice findShortSuccessor(Slice key)
findShortSuccessor in interface UserComparatorCopyright © 2011–2019. All rights reserved.