Class ObjectToStringComparator
java.lang.Object
org.apache.commons.lang3.compare.ObjectToStringComparator
- All Implemented Interfaces:
Serializable, Comparator<Object>
public final class ObjectToStringComparator
extends Object
implements Comparator<Object>, Serializable
Compares Object's
Object.toString() values.
This class is stateless.- Since:
- 3.10
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
The singleton instance. This class is stateless.
-
-
Constructor Details
-
ObjectToStringComparator
Deprecated.Will be private in 4.0.0.Constructs a new instance.
-
-
Method Details
-
compare
-