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…
601 Set<String> reordered = new TreeSet<>(new LengthFirstComparator()); in showRegionCodeInfo()774 public final static class LengthFirstComparator implements Comparator<Object> { class
4305 public final static class LengthFirstComparator<T> implements Comparator<T> {4318 public static final LengthFirstComparator LENGTH_FIRST = new LengthFirstComparator();