Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method
322 SortedSet<E> tailSet(E fromElement); in tailSet() method
DSortedSet.java205 SortedSet<E> tailSet(E fromElement); in tailSet() method
DTreeSet.java350 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in TreeSet
383 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in TreeSet
DReverseOrderSortedSetView.java200 public SortedSet<E> tailSet(E from) { in tailSet() method in ReverseOrderSortedSetView
365 public SortedSet<E> tailSet(E from) { in tailSet() method
DCollections.java1397 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in UnmodifiableSortedSet
1494 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in UnmodifiableNavigableSet
DTreeMap.java1478 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in TreeMap.KeySet
1487 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in TreeMap.KeySet
/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableSet.annotated.java69 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method
75 public java.util.SortedSet<E> tailSet(E fromElement); in tailSet() method
DTreeSet.annotated.java64 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet() method in TreeSet
70 public java.util.SortedSet<E> tailSet(E fromElement) { throw new RuntimeException("Stub!"); } in tailSet() method in TreeSet
DSortedSet.annotated.java38 public java.util.SortedSet<E> tailSet(E fromElement); in tailSet() method
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java100 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { throw new RuntimeExcep… in tailSet() method in ConcurrentSkipListSet
106 public java.util.NavigableSet<E> tailSet(E fromElement) { throw new RuntimeException("Stub!"); } in tailSet() method in ConcurrentSkipListSet
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java459 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListSet
487 public NavigableSet<E> tailSet(E fromElement) { in tailSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2249 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListMap.KeySet
2258 public NavigableSet<K> tailSet(K fromElement) { in tailSet() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleSortedSet.java138 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SimpleSortedSet
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1201 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet() method in Collections.CheckedNavigableSet
1214 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in Collections.CheckedNavigableSet
1383 public java.util.SortedSet<E> tailSet(E fromElement) { in tailSet() method in Collections.CheckedSortedSet
2694 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet() method in Collections.SynchronizedNavigableSet
2707 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in Collections.SynchronizedNavigableSet
2843 public java.util.SortedSet<E> tailSet(E fromElement) { in tailSet() method in Collections.SynchronizedSortedSet
3491 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in Collections.UnmodifiableNavigableSet
3631 public java.util.SortedSet<E> tailSet(E fromElement) { in tailSet() method in Collections.UnmodifiableSortedSet