Searched refs:byValue (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Counter.java | 152 Comparator<T> byValue; field in Counter.EntryComparator 154 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument 156 this.byValue = byValue; in EntryComparator() 163 if (byValue != null) { in compare() 164 return byValue.compare(o1.value, o2.value); in compare() 174 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument 175 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getKeysetSortedByCount() 187 public Set<Row.R2<Long, T>> getEntrySetSortedByCount(boolean ascending, Comparator<T> byValue) { in getEntrySetSortedByCount() argument 188 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getEntrySetSortedByCount()
|
D | Counter2.java | 108 Comparator<T> byValue; field in Counter2.EntryComparator 110 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument 112 this.byValue = byValue; in EntryComparator() 121 if (byValue != null) { in compare() 122 return byValue.compare(o1.value, o2.value); in compare() 132 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument 133 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, 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() argument 115 this.byValue = byValue; in EntryComparator() 120 if (byValue != null) { in compare() 121 return byValue.compare(o1.value, o2.value); in compare() 131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument 132 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, 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() argument 118 this.byValue = byValue; in EntryComparator() 123 if (byValue != null) { in compare() 124 return byValue.compare(o1.value, o2.value); in compare() 134 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument 135 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue)); in getKeysetSortedByCount()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |