Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableSetTest.java134 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
140 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
234 SortedSet<String> tailSet = set.tailSet("a"); in testTailSet_e() local
241 NavigableSet<String> tailSet = set.tailSet("a", true); in testTailSet_e_b() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableSetTest.java134 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
140 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
234 SortedSet<String> tailSet = set.tailSet("a"); in testTailSet_e() local
241 NavigableSet<String> tailSet = set.tailSet("a", true); in testTailSet_e_b() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java669 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet() method in AbstractMapBasedMultimap.WrappedSortedSet
758 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1047 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in SortedKeySet
1136 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in NavigableKeySet
1141 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet() method in NavigableKeySet
H A DSortedMultisets.java80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in SortedMultisets.ElementSet
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in SortedMultisets.NavigableElementSet
H A DContiguousSet.java185 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() method in ContiguousSet
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() method in ContiguousSet
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java677 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet() method in AbstractMapBasedMultimap.WrappedSortedSet
766 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1060 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in SortedKeySet
1149 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in NavigableKeySet
1154 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet() method in NavigableKeySet
H A DSortedMultisets.java80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in SortedMultisets.ElementSet
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in SortedMultisets.NavigableElementSet
H A DContiguousSet.java185 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() method in ContiguousSet
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() method in ContiguousSet
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DNavigableSet.java289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method
322 SortedSet<E> tailSet(E fromElement); in tailSet() method
H A 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
H A DReverseOrderSortedSetView.java200 public SortedSet<E> tailSet(E from) { in tailSet() method in ReverseOrderSortedSetView
365 public SortedSet<E> tailSet(E from) { in tailSet() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
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
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A 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
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/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
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/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
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java213 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SafeTreeSet
218 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SafeTreeSet
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java213 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SafeTreeSet
218 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SafeTreeSet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
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
DSortedSet.java205 SortedSet<E> tailSet(E fromElement); in tailSet() method
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java385 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
394 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet

12345678910>>...27