/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | TreeSetTest.java | 61 final SortedSet<String> subSet = set.subSet("a", "c"); in testSubSetSerialization() local 62 new SerializationTester<SortedSet<String>>(subSet, s) { in testSubSetSerialization() argument 79 final SortedSet<String> subSet = set.subSet("a", false, "c", true); in testNavigableSubSetSerialization() local 80 new SerializationTester<SortedSet<String>>(subSet, s) { in testNavigableSubSetSerialization() argument
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableSetTest.java | 122 public NavigableSet<E> subSet( in subSet() method in SynchronizedNavigableSetTest.TestSet 129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in SynchronizedNavigableSetTest.TestSet 220 SortedSet<String> subSet = set.subSet("a", "b"); in testSubSet_e_e() local 227 NavigableSet<String> subSet = set.subSet("a", false, "b", true); in testSubSet_e_b_e_b() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableSetTest.java | 122 public NavigableSet<E> subSet( in subSet() method in SynchronizedNavigableSetTest.TestSet 129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in SynchronizedNavigableSetTest.TestSet 220 SortedSet<String> subSet = set.subSet("a", "b"); in testSubSet_e_e() local 227 NavigableSet<String> subSet = set.subSet("a", false, "b", true); in testSubSet_e_b_e_b() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 660 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet() method in AbstractMapBasedMultimap.WrappedSortedSet 743 public NavigableSet<V> subSet( in subSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1042 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() method in SortedKeySet 1120 public NavigableSet<K> subSet( in subSet() method in NavigableKeySet 1126 public NavigableSet<K> subSet( in subSet() method in NavigableKeySet
|
H A D | SortedMultisets.java | 70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() method in SortedMultisets.ElementSet 152 public NavigableSet<E> subSet( in subSet() method in SortedMultisets.NavigableElementSet
|
H A D | ContiguousSet.java | 166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() method in ContiguousSet 176 public ContiguousSet<C> subSet( in subSet() method in ContiguousSet
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 668 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet() method in AbstractMapBasedMultimap.WrappedSortedSet 751 public NavigableSet<V> subSet( in subSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1055 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() method in SortedKeySet 1133 public NavigableSet<K> subSet( in subSet() method in NavigableKeySet 1139 public NavigableSet<K> subSet( in subSet() method in NavigableKeySet
|
H A D | SortedMultisets.java | 70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() method in SortedMultisets.ElementSet 152 public NavigableSet<E> subSet( in subSet() method in SortedMultisets.NavigableElementSet
|
H A D | ContiguousSet.java | 166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() method in ContiguousSet 176 public ContiguousSet<C> subSet( in subSet() method in ContiguousSet
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/ |
H A D | EmptyNavigableSet.java | 288 NavigableSet subSet = navigableSet.subSet(first, true, last, true); in testSubSetRanges() local 306 NavigableSet subSet = navigableSet.headSet(BigInteger.ONE, true); in testheadSetRanges() local 325 NavigableSet subSet = navigableSet.tailSet(BigInteger.ONE, true); in testTailSetRanges() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | NavigableSet.java | 230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method 300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
|
H A D | TreeSet.java | 324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeSet 361 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeSet
|
H A D | ReverseOrderSortedSetView.java | 196 public SortedSet<E> subSet(E from, E to) { in subSet() method in ReverseOrderSortedSetView 348 public SortedSet<E> subSet(E from, E to) { in subSet() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | NavigableSet.java | 230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method 300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
|
D | TreeSet.java | 324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeSet 361 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeSet
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | NavigableSet.annotated.java | 65 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() method 71 public java.util.SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
|
H A D | TreeSet.annotated.java | 60 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() method in TreeSet 66 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("Stub… in subSet() 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 | 230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method 300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
H A D | ConcurrentSkipListSet.annotated.java | 96 public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean … in subSet() method in ConcurrentSkipListSet 102 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { throw new RuntimeException("S… in subSet() 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 | 436 public NavigableSet<E> subSet(E fromElement, in subSet() method in ConcurrentSkipListSet 469 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in ConcurrentSkipListSet
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentSkipListSet.java | 436 public NavigableSet<E> subSet(E fromElement, in subSet() method in ConcurrentSkipListSet 469 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() 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 | 436 public NavigableSet<E> subSet(E fromElement, in subSet() method in ConcurrentSkipListSet 469 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in ConcurrentSkipListSet
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SafeTreeSet.java | 200 public NavigableSet<E> subSet( in subSet() method in SafeTreeSet 208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in SafeTreeSet
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SafeTreeSet.java | 200 public NavigableSet<E> subSet( in subSet() method in SafeTreeSet 208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 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 | 324 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeSet 361 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeSet
|