public class KeyComparator extends Object implements Comparator<String>
Modifier and Type | Field and Description |
---|---|
static Comparator<String> |
COMPARATOR |
Modifier and Type | Method and Description |
---|---|
int |
compare(String key1,
String key2) |
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
public static final Comparator<String> COMPARATOR
public int compare(String key1, String key2)
compare
in interface Comparator<String>
Copyright © 2002-2024 Atlassian. All Rights Reserved.