Home | History | Annotate | Download | only in lang

Lines Matching full:caseinsensitivecomparator

68      * CaseInsensitiveComparator compares Strings ignoring the case of the
71 private static final class CaseInsensitiveComparator implements
96 public static final Comparator<String> CASE_INSENSITIVE_ORDER = new CaseInsensitiveComparator();