Home
last modified time | relevance | path

Searched refs:fromInclusive (Results 1 – 11 of 11) 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.java415 boolean fromInclusive, in subSet() argument
419 (m.subMap(fromElement, fromInclusive, in subSet()
DConcurrentSkipListMap.java2051 boolean fromInclusive, in subMap() argument
2057 (this, fromKey, fromInclusive, toKey, toInclusive, false); in subMap()
2408 boolean fromInclusive, in subSet() argument
2411 return new KeySet<>(m.subMap(fromElement, fromInclusive, in subSet()
2592 K fromKey, boolean fromInclusive, in SubMap() argument
2602 this.loInclusive = fromInclusive; in SubMap()
2918 SubMap<K,V> newSubMap(K fromKey, boolean fromInclusive, in newSubMap() argument
2925 boolean ti = fromInclusive; in newSubMap()
2926 fromInclusive = toInclusive; in newSubMap()
2932 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.java323 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
325 return new TreeSet<>(m.subMap(fromElement, fromInclusive, in subSet()
DNavigableMap.java333 NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
DTreeMap.java912 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
915 false, fromKey, fromInclusive, in subMap()
1160 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
1162 return new KeySet<>(m.subMap(fromElement, fromInclusive, in subSet()
1868 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
1870 if (!inRange(fromKey, fromInclusive)) in subMap()
1875 false, fromKey, fromInclusive, in subMap()
1961 public NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
1963 if (!inRange(fromKey, fromInclusive)) in subMap()
1969 false, fromKey, fromInclusive); in subMap()
DCollections.java1301 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… 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 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi…
2384 …return new SynchronizedNavigableSet<>(ns.subSet(fromElement, fromInclusive, toElement, toInclusive…
2981 … public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
2984 nm.subMap(fromKey, fromInclusive, toKey, toInclusive), mutex);
3420 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi…
3421 … return checkedNavigableSet(ns.subSet(fromElement, fromInclusive, toElement, toInclusive), type);
[all …]
/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