public class NaturalComparator<T> extends java.lang.Object implements java.io.Serializable, java.util.Comparator<T>
NaturalComparator()
int
compare(T obj1, T obj2)
clone, equals, finalize, 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 NaturalComparator()
public int compare(T obj1, T obj2)
compare
java.util.Comparator<T>