/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentNavigableMap.java | 62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
|
D | ConcurrentSkipListSet.java | 437 boolean fromInclusive, in subSet() argument 441 (m.subMap(fromElement, fromInclusive, in subSet()
|
D | ConcurrentSkipListMap.java | 1903 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/ |
D | NavigableSet.java | 230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument
|
D | TreeSet.java | 324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() argument 326 return new TreeSet<>(m.subMap(fromElement, fromInclusive, in subSet()
|
D | NavigableMap.java | 339 NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() argument
|
D | TreeMap.java | 1224 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()
|
D | Collections.java | 1484 …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/ |
D | NavigableSet.annotated.java | 65 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
|
D | NavigableMap.annotated.java | 72 public java.util.NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toIncl… in subMap() argument
|
D | TreeSet.annotated.java | 60 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
|
D | TreeMap.annotated.java | 117 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/ |
D | ConcurrentSkipListSet.annotated.java | 96 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() argument
|
D | ConcurrentSkipListMap.annotated.java | 112 public java.util.concurrent.ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K … in subMap() argument
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 73 …ypeParam V> subMap(@libcore.util.NullFromTypeParam K fromKey, boolean fromInclusive, @libcore.util… in subMap() argument
|
D | TreeMap.annotated.java | 102 …ypeParam V> subMap(@libcore.util.NullFromTypeParam K fromKey, boolean fromInclusive, @libcore.util… in subMap() argument
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1131 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
|