
public class CharArrayComparator extends Object implements Comparator<char[]>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static CharArrayComparator |
INSTANCE |
| Constructor and Description |
|---|
CharArrayComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(char[] a,
char[] b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final CharArrayComparator INSTANCE
public int compare(char[] a,
char[] b)
compare in interface Comparator<char[]>Copyright © 2018. All rights reserved.