sun.misc
public class: ASCIICaseInsensitiveComparator [javadoc |
source]
java.lang.Object
sun.misc.ASCIICaseInsensitiveComparator
All Implemented Interfaces:
Comparator
Implements a locale and case insensitive comparator suitable for
strings that are known to only contain ASCII characters. Some
tables internal to the JDK contain only ASCII data and are using
the "generalized" java.lang.String case-insensitive comparator
which converts each character to both upper and lower case.
Field Summary |
---|
public static final Comparator<String> | CASE_INSENSITIVE_ORDER | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |