Home
last modified time | relevance | path

Searched defs:higherEntry (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DNavigableMap.annotated.java55 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method
DTreeMap.annotated.java86 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method in TreeMap
/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java204 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
DTreeMap.java1078 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap
1892 public final Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap.NavigableSubMap
/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableMap.annotated.java54 public java.util.Map.Entry<K,V> higherEntry(K key); in higherEntry() method
DTreeMap.annotated.java101 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in TreeMap
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListMap.annotated.java136 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in ConcurrentSkipListMap
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2045 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap
2836 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1078 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.CheckedNavigableMap
2566 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.SynchronizedNavigableMap
3358 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.UnmodifiableNavigableMap