@Deprecated
public static class UtilPlume.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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(@Nullable java.lang.Object o1,
@Nullable java.lang.Object o2)
Deprecated.
|