Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java231 E toElement, boolean toInclusive); in subSet() argument
DTreeSet.java324 E toElement, boolean toInclusive) { in subSet() argument
326 toElement, toInclusive)); in subSet()
DNavigableMap.java334 K toKey, boolean toInclusive); in subMap() argument
DTreeMap.java913 K toKey, boolean toInclusive) { in subMap() argument
916 false, toKey, toInclusive); in subMap()
1161 E toElement, boolean toInclusive) { in subSet() argument
1163 toElement, toInclusive)); in subSet()
1869 K toKey, boolean toInclusive) { in subMap() argument
1872 if (!inRange(toKey, toInclusive)) in subMap()
1876 false, toKey, toInclusive); in subMap()
1962 K toKey, boolean toInclusive) { in subMap() argument
1965 if (!inRange(toKey, toInclusive)) in subMap()
1968 false, toKey, toInclusive, in subMap()
DCollections.java1301 …ic NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
1303 ns.subSet(fromElement, fromInclusive, toElement, toInclusive)); in subSet()
1992 … public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
1994 nm.subMap(fromKey, fromInclusive, toKey, toInclusive));
2382 …ic NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
2384 …w SynchronizedNavigableSet<>(ns.subSet(fromElement, fromInclusive, toElement, toInclusive), mutex);
2981 … public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
2984 nm.subMap(fromKey, fromInclusive, toKey, toInclusive), mutex);
3420 …ic NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
3421 … return checkedNavigableSet(ns.subSet(fromElement, fromInclusive, toElement, toInclusive), type);
[all …]
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java63 K toKey, boolean toInclusive); in subMap() argument
DConcurrentSkipListSet.java417 boolean toInclusive) { in subSet() argument
420 toElement, toInclusive)); in subSet()
DConcurrentSkipListMap.java2053 boolean toInclusive) { in subMap() argument
2057 (this, fromKey, fromInclusive, toKey, toInclusive, false); in subMap()
2410 boolean toInclusive) { in subSet() argument
2412 toElement, toInclusive)); in subSet()
2593 K toKey, boolean toInclusive, in SubMap() argument
2603 this.hiInclusive = toInclusive; in SubMap()
2919 K toKey, boolean toInclusive) { in newSubMap() argument
2926 fromInclusive = toInclusive; in newSubMap()
2927 toInclusive = ti; in newSubMap()
2943 toInclusive = hiInclusive; in newSubMap()
[all …]
/libcore/ojluni/annotations/sdk/nullability/java/util/
DNavigableMap.annotated.java73 …am K fromKey, boolean fromInclusive, @libcore.util.NullFromTypeParam K toKey, boolean toInclusive); in subMap() argument
DTreeMap.annotated.java102 …oolean fromInclusive, @libcore.util.NullFromTypeParam K toKey, boolean toInclusive) { throw new Ru… in subMap() argument
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1131 K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap() argument
1206 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
2619 K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap() argument
2699 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
3391 K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap() argument
3483 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument