static class UserDefinedSymbols.NamedComparator extends Object implements Comparator<Named>
Modifier and Type | Field and Description |
---|---|
(package private) static UserDefinedSymbols.NamedComparator |
INSTANCE |
Constructor and Description |
---|
NamedComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Named o1,
Named o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
static UserDefinedSymbols.NamedComparator INSTANCE
public int compare(Named o1, Named o2)
compare
in interface Comparator<Named>