/libcore/ojluni/src/main/java/java/util/ |
D | NavigableSet.java | 231 E toElement, boolean toInclusive); in subSet() 260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() 300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() 311 SortedSet<E> headSet(E toElement); in headSet()
|
D | SortedSet.java | 151 SortedSet<E> subSet(E fromElement, E toElement); in subSet() 178 SortedSet<E> headSet(E toElement); in headSet()
|
D | TreeSet.java | 325 E toElement, boolean toInclusive) { in subSet() 338 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 361 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 372 public SortedSet<E> headSet(E toElement) { in headSet()
|
D | Collections.java | 1391 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1394 public SortedSet<E> headSet(E toElement) { in headSet() 1484 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet() 1489 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
|
D | TreeMap.java | 1471 E toElement, boolean toInclusive) { in subSet() 1475 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1481 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1484 public SortedSet<E> headSet(E toElement) { in headSet()
|
/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() 67 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() 71 public java.util.SortedSet<E> subSet(E fromElement, E toElement); in subSet() 73 public java.util.SortedSet<E> headSet(E toElement); in headSet()
|
D | TreeSet.annotated.java | 60 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() 62 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() 66 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("Stub… in subSet() 68 public java.util.SortedSet<E> headSet(E toElement) { throw new RuntimeException("Stub!"); } in headSet()
|
D | SortedSet.annotated.java | 34 public java.util.SortedSet<E> subSet(E fromElement, E toElement); in subSet() 36 public java.util.SortedSet<E> headSet(E toElement); in headSet()
|
/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() 98 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() 102 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("S… in subSet() 104 public java.util.NavigableSet<E> headSet(E toElement) { throw new RuntimeException("Stub!"); } in headSet()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListSet.java | 438 E toElement, in subSet() 450 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 469 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 478 public NavigableSet<E> headSet(E toElement) { in headSet()
|
D | ConcurrentSkipListMap.java | 2241 K toElement, in subSet() 2246 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 2252 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 2255 public NavigableSet<K> headSet(K toElement) { in headSet()
|
/libcore/ojluni/src/test/java/util/SequencedCollection/ |
D | SimpleSortedSet.java | 126 public SortedSet<E> headSet(E toElement) { in headSet() 134 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1193 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 1197 public java.util.NavigableSet<E> headSet(E toElement) { in headSet() 1206 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 1210 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 1375 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1379 public java.util.SortedSet<E> headSet(E toElement) { in headSet() 2686 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 2690 public java.util.NavigableSet<E> headSet(E toElement) { in headSet() 2699 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 2703 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() [all …]
|