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

/libcore/luni/src/main/java/java/util/
H A DTreeMap.java1646 : new DescendingSubMap<K, V>(TreeMap.this, from, fromBound, to, toBound);
1719 boolean ascending = !(this instanceof DescendingSubMap);
1724 static class DescendingSubMap<K, V> extends NavigableSubMap<K, V> { class in class:TreeMap
1727 DescendingSubMap(TreeMap<K, V> delegate, K from, Bound fromBound, K to, Bound toBound) { method in class:TreeMap.DescendingSubMap

Completed in 31 milliseconds