public final class SliceComparator extends Object implements Comparator<Slice>
| Modifier and Type | Field and Description |
|---|---|
static SliceComparator |
SLICE_COMPARATOR |
| Constructor and Description |
|---|
SliceComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Slice sliceA,
Slice sliceB) |
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 static final SliceComparator SLICE_COMPARATOR
public int compare(Slice sliceA, Slice sliceB)
compare in interface Comparator<Slice>Copyright © 2011–2019. All rights reserved.