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() |
fromString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public boolean equals(Object o)
equals
in interface Comparator<String>
equals
in class Object
public byte[] getCacheKey()
getCacheKey
in class StringComparator
Copyright © 2011–2017. All rights reserved.