Home
last modified time | relevance | path

Searched defs:headSet (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableSet.annotated.java67 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method
73 public java.util.SortedSet<E> headSet(E toElement); in headSet() method
DTreeSet.annotated.java62 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() method in TreeSet
68 public java.util.SortedSet<E> headSet(E toElement) { throw new RuntimeException("Stub!"); } in headSet() method in TreeSet
DSortedSet.annotated.java36 public java.util.SortedSet<E> headSet(E toElement); in headSet() method
/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method
311 SortedSet<E> headSet(E toElement); in headSet() method
DSortedSet.java178 SortedSet<E> headSet(E toElement); in headSet() method
DTreeSet.java338 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in TreeSet
372 public SortedSet<E> headSet(E toElement) { in headSet() method in TreeSet
DReverseOrderSortedSetView.java192 public SortedSet<E> headSet(E to) { in headSet() method in ReverseOrderSortedSetView
358 public SortedSet<E> headSet(E to) { in headSet() method
DCollections.java1394 public SortedSet<E> headSet(E toElement) { in headSet() method in UnmodifiableSortedSet
1489 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in UnmodifiableNavigableSet
DTreeMap.java1475 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in TreeMap.KeySet
1484 public SortedSet<E> headSet(E toElement) { in headSet() method in TreeMap.KeySet
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java98 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { throw new RuntimeExcepti… in headSet() method in ConcurrentSkipListSet
104 public java.util.NavigableSet<E> headSet(E toElement) { throw new RuntimeException("Stub!"); } in headSet() method in ConcurrentSkipListSet
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java450 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ConcurrentSkipListSet
478 public NavigableSet<E> headSet(E toElement) { in headSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2246 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() method in ConcurrentSkipListMap.KeySet
2255 public NavigableSet<K> headSet(K toElement) { in headSet() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleSortedSet.java126 public SortedSet<E> headSet(E toElement) { in headSet() method in SimpleSortedSet
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1197 public java.util.NavigableSet<E> headSet(E toElement) { in headSet() method in Collections.CheckedNavigableSet
1210 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in Collections.CheckedNavigableSet
1379 public java.util.SortedSet<E> headSet(E toElement) { in headSet() method in Collections.CheckedSortedSet
2690 public java.util.NavigableSet<E> headSet(E toElement) { in headSet() method in Collections.SynchronizedNavigableSet
2703 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in Collections.SynchronizedNavigableSet
2839 public java.util.SortedSet<E> headSet(E toElement) { in headSet() method in Collections.SynchronizedSortedSet
3487 public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in Collections.UnmodifiableNavigableSet
3627 public java.util.SortedSet<E> headSet(E toElement) { in headSet() method in Collections.UnmodifiableSortedSet