Home
last modified time | relevance | path

Searched defs:headMap (Results 1 – 11 of 11) 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.java1892 public ConcurrentNavigableMap<K,V> headMap(K toKey, in headMap() method in ConcurrentSkipListMap
1927 public ConcurrentNavigableMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap
2754 public SubMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in ConcurrentSkipListMap.SubMap
2770 public SubMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java363 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method
414 SortedMap<K,V> headMap(K toKey); in headMap() method
DSortedMap.java181 SortedMap<K,V> headMap(K toKey); in headMap() method
DTreeMap.java924 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap
962 public SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap
1618 public final SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap.NavigableSubMap
1876 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.AscendingSubMap
1969 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.DescendingSubMap
2056 public SortedMap<K,V> headMap(K toKey) { throw new InternalError(); } in headMap() method in TreeMap.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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java633 SortedMap headMap = null; in test_SubMap_headMap() local
2411 NavigableMap headMap = decendingMap.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