/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableSetTest.java | 88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SynchronizedNavigableSetTest.TestSet 94 public SortedSet<E> headSet(E toElement) { in headSet() method in SynchronizedNavigableSetTest.TestSet 206 SortedSet<String> headSet = set.headSet("a"); in testHeadSet_e() local 213 NavigableSet<String> headSet = set.headSet("a", true); in testHeadSet_e_b() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableSetTest.java | 88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SynchronizedNavigableSetTest.TestSet 94 public SortedSet<E> headSet(E toElement) { in headSet() method in SynchronizedNavigableSetTest.TestSet 206 SortedSet<String> headSet = set.headSet("a"); in testHeadSet_e() local 213 NavigableSet<String> headSet = set.headSet("a", true); in testHeadSet_e_b() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 651 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet 753 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1031 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in SortedKeySet 1110 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in NavigableKeySet 1115 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
|
H A D | SortedMultisets.java | 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in SortedMultisets.ElementSet 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
|
H A D | ContiguousSet.java | 154 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet 161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 659 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet 761 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1044 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in SortedKeySet 1123 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in NavigableKeySet 1128 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
|
H A D | SortedMultisets.java | 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in SortedMultisets.ElementSet 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
|
H A D | ContiguousSet.java | 154 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet 161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | NavigableSet.java | 260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method 311 SortedSet<E> headSet(E toElement); in headSet() method
|
H A 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
|
H A 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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 | 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
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A 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
|
H A 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/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
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/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
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SafeTreeSet.java | 135 public SortedSet<E> headSet(E toElement) { in headSet() method in SafeTreeSet 140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SafeTreeSet
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SafeTreeSet.java | 135 public SortedSet<E> headSet(E toElement) { in headSet() method in SafeTreeSet 140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 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 | 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 | SortedSet.java | 178 SortedSet<E> headSet(E toElement); in headSet() method
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
H A D | ImmutableSortedSet.java | 319 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet 353 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
|