Searched refs:higherEntry (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DNavigableMap.java17 * and {@code higherEntry} return {@code Map.Entry} objects
167 Map.Entry<K,V> higherEntry(K key); method in interface:NavigableMap
H A DTreeMap.java662 public Entry<K, V> higherEntry(K key) { method in class:TreeMap
1357 public Entry<K, V> higherEntry(K key) { method in class:TreeMap.BoundedMap
/libcore/luni/src/test/java/libcore/java/util/
H A DTreeMapTest.java120 assertImmutable(map.higherEntry("A"));
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java2093 public Map.Entry<K,V> higherEntry(K key) { method in class:ConcurrentSkipListMap
2899 public Map.Entry<K,V> higherEntry(K key) { method in class:ConcurrentSkipListMap.SubMap

Completed in 37 milliseconds