Searched refs:getKeysetSortedByCount (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCounter.java128 public Set<T> getKeysetSortedByCount(boolean ascending) { method in class:Counter
129 return getKeysetSortedByCount(ascending, null);
132 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { method in class:Counter
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java127 public Set<T> getKeysetSortedByCount(boolean ascending) { method in class:Counter
128 return getKeysetSortedByCount(ascending, null);
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { method in class:Counter

Completed in 199 milliseconds