Searched defs:byValue (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Counter.java | 150 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()
|
D | Counter2.java | 108 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/ |
D | Counter.java | 114 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/ |
D | Counter.java | 111 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()
|