/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedNavigableMapTest.java | 156 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 D | SynchronizedNavigableMapTest.java | 156 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 D | ConcurrentNavigableMap.java | 70 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/ |
D | ConcurrentNavigableMap.java | 70 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/ |
D | ConcurrentNavigableMap.java | 70 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/ |
D | NavigableMap.java | 369 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 D | NavigableMap.annotated.java | 74 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 D | TreeMap.annotated.java | 119 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 D | SortedMap.annotated.java | 36 public java.util.SortedMap<K,V> headMap(K toKey); in headMap() method
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | NavigableMap.annotated.java | 75 …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 D | TreeMap.annotated.java | 104 …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 D | SortedMap.annotated.java | 37 …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 D | NavigableMap.java | 369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method 420 SortedMap<K,V> headMap(K toKey); in headMap() method
|
H A D | TreeMap.java | 1239 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 D | SortedMap.java | 181 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/ |
D | NavigableMap.java | 369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method 420 SortedMap<K,V> headMap(K toKey); in headMap() method
|
D | TreeMap.java | 1239 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
|
D | SortedMap.java | 181 SortedMap<K,V> headMap(K toKey); in headMap() method
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
H A D | ConcurrentSkipListMap.annotated.java | 114 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 D | TreeMapExtendTest.java | 633 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/ |
D | TreeMap.java | 1239 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
|
D | SortedMap.java | 181 SortedMap<K,V> headMap(K toKey); in headMap() method
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | StandardRowSortedTable.java | 123 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 D | StandardRowSortedTable.java | 123 public SortedMap<R, Map<C, V>> headMap(R toKey) { in headMap() method in StandardRowSortedTable.RowSortedMap
|
H A D | ForwardingSortedMap.java | 78 public SortedMap<K, V> headMap(@ParametricNullness K toKey) { in headMap() method in ForwardingSortedMap
|