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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final CharArrayComparator INSTANCE
public int compare(char[] a, char[] b)
compare
in interface Comparator<char[]>
Copyright © 2018. All rights reserved.