public class DefaultComparator extends Object implements Comparator<Object>
Comparable, IDisplayProvider
and IDisplayable. If none of these interfaces are implemented
then the Object.toString() values will be ignore with
String.compareToIgnoreCase(String).| Modifier and Type | Field and Description |
|---|---|
static Comparator<Object> |
INSTANCE
A default final instance for fast usage
|
| Constructor and Description |
|---|
DefaultComparator()
Constructor.
|
public static final Comparator<Object> INSTANCE
public int compare(Object o1, Object o2)
compare in interface Comparator<Object>Copyright © 2014. All rights reserved.