Home
last modified time | relevance | path

Searched defs:headMap (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableMapTest.java156 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() method in SynchronizedNavigableMapTest.TestMap
162 public SortedMap<K, V> headMap(K toKey) { in headMap() method in SynchronizedNavigableMapTest.TestMap
335 SortedMap<String, Integer> headMap = map.headMap("a"); in testHeadMap_k() local
342 NavigableMap<String, Integer> headMap = map.headMap("a", true); in testHeadMap_k_b() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableMapTest.java156 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() method in SynchronizedNavigableMapTest.TestMap
162 public SortedMap<K, V> headMap(K toKey) { in headMap() method in SynchronizedNavigableMapTest.TestMap
335 SortedMap<String, Integer> headMap = map.headMap("a"); in testHeadMap_k() local
342 NavigableMap<String, Integer> headMap = map.headMap("a", true); in testHeadMap_k_b() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentNavigableMap.java70 ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
91 ConcurrentNavigableMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java70 ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
91 ConcurrentNavigableMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java70 ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
91 ConcurrentNavigableMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
420 SortedMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DNavigableMap.annotated.java74 public java.util.NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
80 public java.util.SortedMap<K,V> headMap(K toKey); in headMap() method
H A DTreeMap.annotated.java119 public java.util.NavigableMap<K,V> headMap(K toKey, boolean inclusive) { throw new RuntimeException… in headMap() method in TreeMap
125 public java.util.SortedMap<K,V> headMap(K toKey) { throw new RuntimeException("Stub!"); } in headMap() method in TreeMap
H A DSortedMap.annotated.java36 public java.util.SortedMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DNavigableMap.annotated.java75 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method
81 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method
H A DTreeMap.annotated.java104 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method in TreeMap
110 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method in TreeMap
H A DSortedMap.annotated.java37 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DNavigableMap.java369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
420 SortedMap<K,V> headMap(K toKey); in headMap() method
H A DTreeMap.java1239 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap
1277 public SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap
1971 public final SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap.NavigableSubMap
2228 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.AscendingSubMap
2323 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.DescendingSubMap
2415 public SortedMap<K,V> headMap(K toKey) { throw new InternalError(); } in headMap() method in TreeMap.SubMap
H A DSortedMap.java181 SortedMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
420 SortedMap<K,V> headMap(K toKey); in headMap() method
DTreeMap.java1239 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap
1277 public SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap
1971 public final SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap.NavigableSubMap
2228 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.AscendingSubMap
2323 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.DescendingSubMap
2415 public SortedMap<K,V> headMap(K toKey) { throw new InternalError(); } in headMap() method in TreeMap.SubMap
DSortedMap.java181 SortedMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DConcurrentSkipListMap.annotated.java114 public java.util.concurrent.ConcurrentNavigableMap<K,V> headMap(K toKey, boolean inclusive) { throw… in headMap() method in ConcurrentSkipListMap
120 public java.util.concurrent.ConcurrentNavigableMap<K,V> headMap(K toKey) { throw new RuntimeExcepti… in headMap() method in ConcurrentSkipListMap
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTreeMapExtendTest.java633 SortedMap headMap = null; in test_SubMap_headMap() local
2411 NavigableMap headMap = descendingMap.headMap(endKey, 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.java1239 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap
1277 public SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap
1971 public final SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap.NavigableSubMap
2228 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.AscendingSubMap
2323 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.DescendingSubMap
2415 public SortedMap<K,V> headMap(K toKey) { throw new InternalError(); } in headMap() method in TreeMap.SubMap
DSortedMap.java181 SortedMap<K,V> headMap(K toKey); in headMap() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DStandardRowSortedTable.java123 public SortedMap<R, Map<C, V>> headMap(R toKey) { in headMap() method in StandardRowSortedTable.RowSortedMap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DStandardRowSortedTable.java123 public SortedMap<R, Map<C, V>> headMap(R toKey) { in headMap() method in StandardRowSortedTable.RowSortedMap
H A DForwardingSortedMap.java78 public SortedMap<K, V> headMap(@ParametricNullness K toKey) { in headMap() method in ForwardingSortedMap

12345678910>>...25