/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 | 1917 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/ |
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 | 369 NavigableMap<K,V> headMap(K toKey, boolean inclusive); in headMap() method 420 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 | 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
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
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
|
D | SortedMap.annotated.java | 36 public java.util.SortedMap<K,V> headMap(K toKey); in headMap() method
|
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
|
/libcore/ojluni/src/test/java/util/SequencedCollection/ |
D | SimpleSortedMap.java | 121 public SortedMap<K,V> headMap(K toKey) { in headMap() method in SimpleSortedMap
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
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
|
/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 = descendingMap.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
|