Searched defs:higherEntry (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 55 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method
|
D | TreeMap.annotated.java | 86 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 198 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
|
D | TreeMap.java | 766 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap 1542 public final Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap.NavigableSubMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 2193 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap 3017 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1078 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
|