Searched defs:inclusive (Results 1 – 7 of 7) sorted by relevance
/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/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListSet.java | 428 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 437 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ConcurrentSkipListMap.java | 2066 boolean inclusive) { in headMap() 2079 boolean inclusive) { in tailMap() 2414 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 2417 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet() 2962 public SubMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 2968 public SubMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
/libcore/ojluni/src/main/java/java/util/ |
D | TreeSet.java | 337 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 349 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | TreeMap.java | 927 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 941 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() 1165 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1168 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 1420 final boolean inRange(Object key, boolean inclusive) { in inRange() 1879 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 1891 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() 1972 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() 1984 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap()
|
D | Collections.java | 1306 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1311 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|