Home
last modified time | relevance | path

Searched refs:toEnd (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1366 final boolean fromStart, toEnd; field in TreeMap.NavigableSubMap
1371 boolean toEnd, K hi, boolean hiInclusive) { in NavigableSubMap() argument
1372 if (!fromStart && !toEnd) { in NavigableSubMap()
1378 if (!toEnd) in NavigableSubMap()
1386 this.toEnd = toEnd; in NavigableSubMap()
1403 if (!toEnd) { in tooHigh()
1417 && (toEnd || m.compare(hi, key) >= 0); in inClosedRange()
1440 (toEnd ? m.getLastEntry() : in absHighest()
1476 return (toEnd ? null : (hiInclusive ? in absHighFence()
1509 return (fromStart && toEnd) ? m.isEmpty() : entrySet().isEmpty(); in isEmpty()
[all …]