public static class BasicBlockOrderUtils.BlockOrderComparator<T extends AbstractBlockBase<T>> extends Object implements Comparator<T>
| Constructor and Description |
|---|
BlockOrderComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T a,
T b) |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(T a, T b)
compare in interface Comparator<T extends AbstractBlockBase<T>>