Searched defs:ascending (Results 1 – 3 of 3) sorted by relevance
113 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()127 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
114 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()128 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()132 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
243 List<Entry<E>> ascending = new ArrayList<Entry<E>>(); in testDescendingNavigation() local