Home
last modified time | relevance | path

Searched defs:tailMap (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentNavigableMap.java77 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
98 ConcurrentNavigableMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java77 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
98 ConcurrentNavigableMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java77 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
98 ConcurrentNavigableMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java398 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
431 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DNavigableMap.annotated.java76 public java.util.NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
82 public java.util.SortedMap<K,V> tailMap(K fromKey); in tailMap() method
H A DTreeMap.annotated.java121 public java.util.NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { throw new RuntimeExcepti… in tailMap() method in TreeMap
127 public java.util.SortedMap<K,V> tailMap(K fromKey) { throw new RuntimeException("Stub!"); } in tailMap() method in TreeMap
H A DSortedMap.annotated.java38 public java.util.SortedMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DNavigableMap.annotated.java77 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> tailMap(@libcore.util.Nul… in tailMap() method
83 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> tailMap(@libcore.util.Nul… in tailMap() method
H A DTreeMap.annotated.java106 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> tailMap(@libcore.util.Nul… in tailMap() method in TreeMap
112 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> tailMap(@libcore.util.Nul… in tailMap() method in TreeMap
H A DSortedMap.annotated.java39 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> tailMap(@libcore.util.Nul… in tailMap() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DNavigableMap.java398 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
431 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
H A DTreeMap.java1253 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap
1288 public SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap
1975 public final SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap.NavigableSubMap
2240 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.AscendingSubMap
2335 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.DescendingSubMap
2416 public SortedMap<K,V> tailMap(K fromKey) { throw new InternalError(); } in tailMap() method in TreeMap.SubMap
H A DSortedMap.java208 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java398 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
431 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
DTreeMap.java1253 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap
1288 public SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap
1975 public final SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap.NavigableSubMap
2240 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.AscendingSubMap
2335 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.DescendingSubMap
2416 public SortedMap<K,V> tailMap(K fromKey) { throw new InternalError(); } in tailMap() method in TreeMap.SubMap
DSortedMap.java208 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableMapTest.java227 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
233 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DConcurrentSkipListMap.annotated.java116 public java.util.concurrent.ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { thr… in tailMap() method in ConcurrentSkipListMap
122 public java.util.concurrent.ConcurrentNavigableMap<K,V> tailMap(K fromKey) { throw new RuntimeExcep… in tailMap() method in ConcurrentSkipListMap
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableMapTest.java227 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
233 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTreeMapExtendTest.java1391 SortedMap tailMap = null; in test_SubMap_tailMap() local
2420 NavigableMap tailMap = descendingMap.tailMap(startKey, false); in test_DescendingSubMap_values() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1253 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap
1288 public SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap
1975 public final SortedMap<K,V> tailMap(K fromKey) { in tailMap() method in TreeMap.NavigableSubMap
2240 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.AscendingSubMap
2335 public NavigableMap<K,V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in TreeMap.DescendingSubMap
2416 public SortedMap<K,V> tailMap(K fromKey) { throw new InternalError(); } in tailMap() method in TreeMap.SubMap
DSortedMap.java208 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DStandardRowSortedTable.java138 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DStandardRowSortedTable.java138 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
H A DForwardingSortedMap.java94 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) { in tailMap() method in ForwardingSortedMap

12345678910>>...25