| /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() 69 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() 71 public java.util.SortedSet<E> subSet(E fromElement, E toElement); in subSet() 75 public java.util.SortedSet<E> tailSet(E fromElement); in tailSet()
|
| D | TreeSet.annotated.java | 60 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() 64 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet() 66 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("Stub… in subSet() 70 public java.util.SortedSet<E> tailSet(E fromElement) { throw new RuntimeException("Stub!"); } in tailSet()
|
| D | SortedSet.annotated.java | 34 public java.util.SortedSet<E> subSet(E fromElement, E toElement); in subSet() 38 public java.util.SortedSet<E> tailSet(E fromElement); in tailSet()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | NavigableSet.java | 230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() 289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() 300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() 322 SortedSet<E> tailSet(E fromElement); in tailSet()
|
| D | SortedSet.java | 151 SortedSet<E> subSet(E fromElement, E toElement); in subSet() 205 SortedSet<E> tailSet(E fromElement); in tailSet()
|
| D | TreeSet.java | 324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() 350 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 361 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 383 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
| D | Collections.java | 1391 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1397 public SortedSet<E> tailSet(E fromElement) { in tailSet() 1484 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet() 1494 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
| D | TreeMap.java | 1470 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() 1478 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 1481 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1487 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
| /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() 100 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet() 102 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("S… in subSet() 106 public java.util.NavigableSet<E> tailSet(E fromElement) { throw new RuntimeException("Stub!"); } in tailSet()
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ConcurrentSkipListSet.java | 436 public NavigableSet<E> subSet(E fromElement, in subSet() 459 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 469 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 487 public NavigableSet<E> tailSet(E fromElement) { in tailSet()
|
| D | ConcurrentSkipListMap.java | 2239 public NavigableSet<K> subSet(K fromElement, in subSet() 2249 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet() 2252 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 2258 public NavigableSet<K> tailSet(K fromElement) { in tailSet()
|
| /libcore/ojluni/src/test/java/util/SequencedCollection/ |
| D | SimpleSortedSet.java | 134 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 138 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
| /libcore/ojluni/annotations/hiddenapi/java/util/ |
| D | Collections.java | 1193 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 1201 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet() 1206 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 1214 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 1375 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 1383 public java.util.SortedSet<E> tailSet(E fromElement) { in tailSet() 2686 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 2694 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet() 2699 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 2707 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() [all …]
|