public static class UtilMDE.ObjectComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>, java.io.Serializable
toString()
.
Note: if toString returns a nondeterministic value, such as one that depends on the result
of hashCode()
, then this comparator may yield different orderings from run to run of a
program.
Constructor and Description |
---|
ObjectComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |