Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1387 final boolean loInclusive, hiInclusive; field in TreeMap.NavigableSubMap
1391 boolean toEnd, K hi, boolean hiInclusive) { in NavigableSubMap() argument
1408 this.hiInclusive = hiInclusive; in NavigableSubMap()
1425 if (c > 0 || (c == 0 && !hiInclusive)) in tooHigh()
1461 (hiInclusive ? m.getFloorEntry(hi) : in absHighest()
1496 return (toEnd ? null : (hiInclusive ? in absHighFence()
1880 boolean toEnd, K hi, boolean hiInclusive) { in AscendingSubMap() argument
1881 super(m, fromStart, lo, loInclusive, toEnd, hi, hiInclusive); in AscendingSubMap()
1904 !hiInclusive && !inclusive)) in headMap()
1922 toEnd, hi, hiInclusive); in tailMap()
[all …]
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2550 private final boolean hiInclusive; field in ConcurrentSkipListMap.SubMap
2574 this.hiInclusive = toInclusive; in SubMap()
2589 (c == 0 && !hiInclusive))); in tooHigh()
2616 if (c > 0 || (c == 0 && !hiInclusive)) in isBeforeEnd()
2641 else if (hiInclusive) in hiNode()
2914 toInclusive = hiInclusive; in newSubMap()
2918 if (c > 0 || (c == 0 && !hiInclusive && toInclusive)) in newSubMap()
2959 hi, hiInclusive, !isDescending); in descendingMap()