Class UsingToStringOrdering

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

final class UsingToStringOrdering extends Ordering<Object> implements Serializable
An ordering that uses the natural order of the string representation of the values.