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
equals
public NaturalComparator()
public int compare(T obj1, T obj2)
compare
java.util.Comparator<T>