public class CharArrayComparator extends Object implements Comparator<char[]>
Constructor and Description |
---|
CharArrayComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(char[] charArray1,
char[] charArray2)
Compare two char arrays.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(char[] charArray1, char[] charArray2)
compare
in interface Comparator<char[]>
charArray1
- First char arraycharArray2
- Second char arrayCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.