Home
last modified time | relevance | path

Searched defs:headSet (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableSetTest.java88 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 DSynchronizedNavigableSetTest.java88 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 DAbstractMapBasedMultimap.java651 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 DSortedMultisets.java75 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 DContiguousSet.java154 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 DAbstractMapBasedMultimap.java659 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 DSortedMultisets.java75 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 DContiguousSet.java154 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 DNavigableSet.java260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method
311 SortedSet<E> headSet(E toElement); in headSet() method
H A DTreeSet.java338 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 DReverseOrderSortedSetView.java192 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/
DNavigableSet.java260 NavigableSet<E> headSet(E toElement, boolean inclusive); in headSet() method
311 SortedSet<E> headSet(E toElement); in headSet() method
DTreeSet.java338 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 DNavigableSet.annotated.java67 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 DTreeSet.annotated.java62 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/
DNavigableSet.java260 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 DConcurrentSkipListSet.annotated.java98 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/
DConcurrentSkipListSet.java450 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 DConcurrentSkipListSet.java450 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/
DConcurrentSkipListSet.java450 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 DSafeTreeSet.java135 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 DSafeTreeSet.java135 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/
DTreeSet.java338 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
DSortedSet.java178 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 DImmutableSortedSet.java319 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

12345678910>>...27