/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
|
D | ConcurrentSkipListMap.java | 2065 public ConcurrentNavigableMap<K,V> headMap(K toKey, in headMap() method in ConcurrentSkipListMap 2100 public ConcurrentNavigableMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap 2962 public SubMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in ConcurrentSkipListMap.SubMap 2978 public SubMap<K,V> headMap(K toKey) { in headMap() method in ConcurrentSkipListMap.SubMap
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
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
|
D | SortedMap.annotated.java | 37 …ap<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> headMap(@libcore.util.Nul… in headMap() method
|
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
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 363 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method 414 SortedMap<K,V> headMap(K toKey); in headMap() method
|
D | SortedMap.java | 181 SortedMap<K,V> headMap(K toKey); in headMap() method
|
D | TreeMap.java | 927 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap 965 public SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap 1621 public final SortedMap<K,V> headMap(K toKey) { in headMap() method in TreeMap.NavigableSubMap 1879 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.AscendingSubMap 1972 public NavigableMap<K,V> headMap(K toKey, boolean inclusive) { in headMap() method in TreeMap.DescendingSubMap 2059 public SortedMap<K,V> headMap(K toKey) { throw new InternalError(); } in headMap() method in TreeMap.SubMap
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapExtendTest.java | 633 SortedMap headMap = null; in test_SubMap_headMap() local 2411 NavigableMap headMap = decendingMap.headMap(endKey, false); in test_DescendingSubMap_values() local
|
D | TreeMapTest.java | 349 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/ |
D | Collections.java | 1122 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
|