private static class ComputeBlockOrder.BlockOrderComparator<T extends AbstractBlockBase<T>> extends Object implements Comparator<T>
| Modifier | Constructor and Description |
|---|---|
private |
BlockOrderComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T a,
T b) |
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, thenComparingLongprivate BlockOrderComparator()
public int compare(T a, T b)
compare in interface Comparator<T extends AbstractBlockBase<T>>