Home
last modified time | relevance | path

Searched defs:byValue (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java150 Comparator<T> byValue; field in Counter.EntryComparator
152 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
171 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
184 public Set<Row.R2<Long, T>> getEntrySetSortedByCount(boolean ascending, Comparator<T> byValue) { in getEntrySetSortedByCount()
DCounter2.java108 Comparator<T> byValue; field in Counter2.EntryComparator
110 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java114 Comparator<T> byValue; field in Counter.EntryComparator
116 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
134 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java111 Comparator<T> byValue; field in Counter.EntryComparator
113 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()