/libcore/ojluni/annotations/flagged_api/java/util/ |
D | NavigableSet.annotated.java | 67 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
|
D | TreeSet.annotated.java | 62 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
|
D | SortedSet.annotated.java | 36 public java.util.SortedSet<E> headSet(E toElement); in headSet() method
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableSet.java | 260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method 311 SortedSet<E> headSet(E toElement); in headSet() method
|
D | SortedSet.java | 178 SortedSet<E> headSet(E toElement); in headSet() method
|
D | TreeSet.java | 338 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
|
D | ReverseOrderSortedSetView.java | 192 public SortedSet<E> headSet(E to) { in headSet() method in ReverseOrderSortedSetView 358 public SortedSet<E> headSet(E to) { in headSet() method
|
D | Collections.java | 1394 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
|
D | TreeMap.java | 1475 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/ |
D | ConcurrentSkipListSet.annotated.java | 98 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/ |
D | ConcurrentSkipListSet.java | 450 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
|
D | ConcurrentSkipListMap.java | 2246 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/ |
D | SimpleSortedSet.java | 126 public SortedSet<E> headSet(E toElement) { in headSet() method in SimpleSortedSet
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1197 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
|