Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java231 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()
DSortedSet.java151 SortedSet<E> subSet(E fromElement, E toElement); in subSet()
178 SortedSet<E> headSet(E toElement); in headSet()
DTreeSet.java325 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()
DCollections.java1391 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()
DTreeMap.java1471 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/
DNavigableSet.annotated.java65 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()
DTreeSet.annotated.java60 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()
DSortedSet.annotated.java34 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/
DConcurrentSkipListSet.annotated.java96 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/
DConcurrentSkipListSet.java438 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()
DConcurrentSkipListMap.java2241 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/
DSimpleSortedSet.java126 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/
DCollections.java1193 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 …]