Home
last modified time | relevance | path

Searched defs:DescendingSubMap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1946 static final class DescendingSubMap<K,V> extends NavigableSubMap<K,V> { class in TreeMap
1948 DescendingSubMap(TreeMap<K,V> m, in DescendingSubMap() method in TreeMap.DescendingSubMap