/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableSetTest.java | 134 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 D | SynchronizedNavigableSetTest.java | 134 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 D | AbstractMapBasedMultimap.java | 669 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 D | SortedMultisets.java | 80 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 D | ContiguousSet.java | 185 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 D | AbstractMapBasedMultimap.java | 677 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 D | SortedMultisets.java | 80 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 D | ContiguousSet.java | 185 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 D | NavigableSet.java | 289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method 322 SortedSet<E> tailSet(E fromElement); in tailSet() method
|
H A D | TreeSet.java | 350 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 D | ReverseOrderSortedSetView.java | 200 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/ |
D | NavigableSet.java | 289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method 322 SortedSet<E> tailSet(E fromElement); in tailSet() method
|
D | TreeSet.java | 350 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 D | NavigableSet.annotated.java | 69 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 D | TreeSet.annotated.java | 64 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/ |
D | NavigableSet.java | 289 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 D | ConcurrentSkipListSet.annotated.java | 100 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/ |
D | ConcurrentSkipListSet.java | 459 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 D | ConcurrentSkipListSet.java | 459 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/ |
D | ConcurrentSkipListSet.java | 459 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 D | SafeTreeSet.java | 213 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 D | SafeTreeSet.java | 213 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/ |
D | TreeSet.java | 350 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
|
D | SortedSet.java | 205 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 D | ImmutableSortedSet.java | 385 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
|