public abstract class StringComparator extends Object implements Comparator<String>
Constructor and Description |
---|
StringComparator() |
Modifier and Type | Method and Description |
---|---|
static StringComparator |
fromString(String type) |
abstract byte[] |
getCacheKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static StringComparator fromString(String type)
public abstract byte[] getCacheKey()
Copyright © 2011–2017. All rights reserved.