Searched refs:LengthFirstComparator (Results 1 – 3 of 3) sorted by relevance
43 import org.unicode.cldr.util.SupplementalDataInfo.LengthFirstComparator;385 …Relation<String, Source> languageTags = Relation.of(new TreeMap(new LengthFirstComparator()), Tree…
604 Set<String> reordered = new TreeSet<String>(new LengthFirstComparator()); in showRegionCodeInfo()777 public final static class LengthFirstComparator implements Comparator<Object> { class
4135 public final static class LengthFirstComparator<T> implements Comparator<T> {4147 public static final LengthFirstComparator LENGTH_FIRST = new LengthFirstComparator();