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

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java2458 private final boolean loInclusive; field in class:ConcurrentSkipListMap.SubMap
2482 this.loInclusive = fromInclusive;
2492 if (c < 0 || (c == 0 && !loInclusive))
2542 else if (loInclusive)
2810 fromInclusive = loInclusive;
2814 if (c < 0 || (c == 0 && !loInclusive && fromInclusive))
2869 return new SubMap<K,V>(m, lo, loInclusive,
/libcore/luni/src/main/java/java/util/
H A DTreeMap.java1698 boolean loInclusive; field in class:TreeMap.NavigableSubMap
1707 this.loInclusive = fromBound == INCLUSIVE;
1717 Bound fromBound = fromStart ? NO_BOUND : (loInclusive ? INCLUSIVE : EXCLUSIVE);

Completed in 31 milliseconds