public static class BinaryHeap.DefaultComparator<E> extends java.lang.Object implements java.util.Comparator<E>
DefaultComparator()
int
compare(E o1, E o2)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public DefaultComparator()
public int compare(E o1, E o2)
compare
java.util.Comparator<E>