/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentNavigableMap.java | 70 ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() 77 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap()
|
D | ConcurrentSkipListSet.java | 450 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 459 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ConcurrentSkipListMap.java | 1918 boolean inclusive) { in headMap() 1931 boolean inclusive) { in tailMap() 2246 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 2249 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet() 2781 public SubMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 2787 public SubMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableSet.java | 260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() 289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet()
|
D | NavigableMap.java | 369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() 398 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap()
|
D | TreeSet.java | 338 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 350 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | TreeMap.java | 1239 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 1253 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() 1475 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1478 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 1734 final boolean inRange(Object key, boolean inclusive) { in inRange() 2228 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 2240 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() 2323 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 2335 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
D | Collections.java | 1489 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1494 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | NavigableSet.annotated.java | 67 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() 69 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet()
|
D | NavigableMap.annotated.java | 74 public java.util.NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() 76 public java.util.NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap()
|
D | TreeSet.annotated.java | 62 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() 64 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet()
|
D | TreeMap.annotated.java | 119 public java.util.NavigableMap<K,V> headMap(K toKey, boolean inclusive) { throw new RuntimeException… in headMap() 121 public java.util.NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { throw new RuntimeExcepti… in tailMap()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 75 …core.util.NullFromTypeParam V> headMap(@libcore.util.NullFromTypeParam K toKey, boolean inclusive); in headMap() 77 …re.util.NullFromTypeParam V> tailMap(@libcore.util.NullFromTypeParam K fromKey, boolean inclusive); in tailMap()
|
D | TreeMap.annotated.java | 104 …llFromTypeParam V> headMap(@libcore.util.NullFromTypeParam K toKey, boolean inclusive) { throw new… in headMap() 106 …FromTypeParam V> tailMap(@libcore.util.NullFromTypeParam K fromKey, boolean inclusive) { throw new… in tailMap()
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ConcurrentSkipListSet.annotated.java | 98 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() 100 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet()
|
D | ConcurrentSkipListMap.annotated.java | 114 public java.util.concurrent.ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive) { throw… in headMap() 116 public java.util.concurrent.ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { thr… in tailMap()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1135 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 1139 public java.util.NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() 1210 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1214 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 2623 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 2627 public java.util.NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() 2703 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 2707 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 3395 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() 3399 public java.util.NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() [all …]
|