public static class StringComparators.NumericComparator extends StringComparator
| Constructor and Description | 
|---|
NumericComparator()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compare(String o1,
       String o2)  | 
boolean | 
equals(Object o)  | 
byte[] | 
getCacheKey()  | 
String | 
toString()  | 
fromStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic boolean equals(Object o)
equals in interface Comparator<String>equals in class Objectpublic byte[] getCacheKey()
getCacheKey in class StringComparatorCopyright © 2011–2018. All rights reserved.