Home
last modified time | relevance | path

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

/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
DConcurrentSkipListMap.java1917 public ConcurrentNavigableMap<K,V> headMap(K toKey, in headMap() method in ConcurrentSkipListMap
1952 public ConcurrentNavigableMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap
2781 public SubMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in ConcurrentSkipListMap.SubMap
2797 public SubMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/annotations/sdk/nullability/java/util/
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
DSortedMap.annotated.java37 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method
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
/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
DSortedMap.java181 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
/libcore/ojluni/annotations/flagged_api/java/util/
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
DSortedMap.annotated.java36 public java.util.SortedMap<K,V> headMap(K toKey); in headMap() method
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
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleSortedMap.java121 public SortedMap<K,V> headMap(K toKey) { in headMap() method in SimpleSortedMap
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
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
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java633 SortedMap headMap = null; in test_SubMap_headMap() local
2411 NavigableMap headMap = descendingMap.headMap(endKey, false); in test_DescendingSubMap_values() local
DTreeMapTest.java349 SortedMap<String, String> headMap = treemap.headMap("100"); in test_headMapLjava_lang_Object() local
879 SortedMap<Integer, Double> headMap = map.headMap(3); in test_SubMap_Serializable() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1122 public java.util.NavigableMap<K, V> headMap(K toKey) { in headMap() method in Collections.CheckedNavigableMap
1135 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() method in Collections.CheckedNavigableMap
1337 public java.util.SortedMap<K, V> headMap(K toKey) { in headMap() method in Collections.CheckedSortedMap
2610 public java.util.SortedMap<K, V> headMap(K toKey) { in headMap() method in Collections.SynchronizedNavigableMap
2623 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() method in Collections.SynchronizedNavigableMap
2792 public java.util.SortedMap<K, V> headMap(K toKey) { in headMap() method in Collections.SynchronizedSortedMap
3395 public java.util.NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap() method in Collections.UnmodifiableNavigableMap
3585 public java.util.SortedMap<K, V> headMap(K toKey) { in headMap() method in Collections.UnmodifiableSortedMap