Home
last modified time | relevance | path

Searched refs:fromInclusive (Results 1 – 9 of 9) 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()
/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