public class CharComparator extends Object implements Comparator<Character>
Constructor and Description |
---|
CharComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Character char1,
Character char2)
Compare two chars.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Character char1, Character char2)
compare
in interface Comparator<Character>
char1
- First charchar2
- Second charCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.