public class CharacterComparator extends Object implements Comparator<Character>
Modifier and Type | Field and Description |
---|---|
static Comparator<Character> |
INSTANCE |
Constructor and Description |
---|
CharacterComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Character o1,
Character o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final Comparator<Character> INSTANCE
public int compare(Character o1, Character o2)
compare
in interface Comparator<Character>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.