Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1680 final boolean fromStart, toEnd; field in TreeMap.NavigableSubMap
1684 boolean fromStart, K lo, boolean loInclusive, in NavigableSubMap()
2208 boolean fromStart, K lo, boolean loInclusive, in AscendingSubMap()
2299 boolean fromStart, K lo, boolean loInclusive, in DescendingSubMap()
2400 private boolean fromStart = false, toEnd = false; field in TreeMap.SubMap