Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DNavigableMap.java167 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
DTreeMap.java662 public Entry<K, V> higherEntry(K key) { in higherEntry() method in TreeMap
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2092 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap
2898 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap