Home
last modified time | relevance | path

Searched defs:fromElement (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableSet.annotated.java65 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()
DTreeSet.annotated.java60 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()
DSortedSet.annotated.java34 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/
DNavigableSet.java230 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()
DSortedSet.java151 SortedSet<E> subSet(E fromElement, E toElement); in subSet()
205 SortedSet<E> tailSet(E fromElement); in tailSet()
DTreeSet.java324 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()
DCollections.java1391 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()
DTreeMap.java1470 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/
DConcurrentSkipListSet.annotated.java96 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/
DConcurrentSkipListSet.java436 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()
DConcurrentSkipListMap.java2239 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/
DSimpleSortedSet.java134 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/
DCollections.java1193 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 …]