Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
DConcurrentSkipListSet.java437 boolean fromInclusive, in subSet() argument
441 (m.subMap(fromElement, fromInclusive, in subSet()
DConcurrentSkipListMap.java1903 boolean fromInclusive, in subMap() argument
1909 (this, fromKey, fromInclusive, toKey, toInclusive, false); in subMap()
2240 boolean fromInclusive, in subSet() argument
2243 return new KeySet<>(m.subMap(fromElement, fromInclusive, in subSet()
2424 K fromKey, boolean fromInclusive, in SubMap() argument
2434 this.loInclusive = fromInclusive; in SubMap()
2737 SubMap<K,V> newSubMap(K fromKey, boolean fromInclusive, in newSubMap() argument
2744 boolean ti = fromInclusive; in newSubMap()
2745 fromInclusive = toInclusive; in newSubMap()
2751 fromInclusive = loInclusive; in newSubMap()
[all …]
/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
DTreeSet.java324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
326 return new TreeSet<>(m.subMap(fromElement, fromInclusive, in subSet()
DNavigableMap.java339 NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
DTreeMap.java1224 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
1227 false, fromKey, fromInclusive, in subMap()
1470 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
1472 return new KeySet<>(m.subMap(fromElement, fromInclusive, in subSet()
2217 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
2219 if (!inRange(fromKey, fromInclusive)) in subMap()
2224 false, fromKey, fromInclusive, in subMap()
2312 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
2314 if (!inRange(fromKey, fromInclusive)) in subMap()
2320 false, fromKey, fromInclusive); in subMap()
DCollections.java1484 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet() argument
1486 ns.subSet(fromElement, fromInclusive, toElement, toInclusive)); in subSet()
2288 … public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
2290 nm.subMap(fromKey, fromInclusive, toKey, toInclusive));
2693 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi…
2695 …return new SynchronizedNavigableSet<>(ns.subSet(fromElement, fromInclusive, toElement, toInclusive…
3309 … public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
3312 nm.subMap(fromKey, fromInclusive, toKey, toInclusive), mutex);
3762 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi…
3763 … return checkedNavigableSet(ns.subSet(fromElement, fromInclusive, toElement, toInclusive), type);
[all …]
/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableSet.annotated.java65 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
DNavigableMap.annotated.java72 public java.util.NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toIncl… in subMap() argument
DTreeSet.annotated.java60 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
DTreeMap.annotated.java117 public java.util.NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toIncl… in subMap() argument
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java96 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
DConcurrentSkipListMap.annotated.java112 public java.util.concurrent.ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K … in subMap() argument
/libcore/ojluni/annotations/sdk/nullability/java/util/
DNavigableMap.annotated.java73 …ypeParam V> subMap(@libcore.util.NullFromTypeParam K fromKey, boolean fromInclusive, @libcore.util… in subMap() argument
DTreeMap.annotated.java102 …ypeParam V> subMap(@libcore.util.NullFromTypeParam K fromKey, boolean fromInclusive, @libcore.util… 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