Class NaturalOrdering

java.lang.Object
com.google.common.collect.Ordering<Comparable<?>>
com.google.common.collect.NaturalOrdering
All Implemented Interfaces:
Serializable, Comparator<Comparable<?>>

final class NaturalOrdering extends Ordering<Comparable<?>> implements Serializable
An ordering that uses the natural order of the values.