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

/openjdk7/jdk/src/share/classes/java/util/
H A DNavigableMap.java42 * and {@code higherEntry} return {@code Map.Entry} objects
196 Map.Entry<K,V> higherEntry(K key); method in interface:NavigableMap
H A DTreeMap.java757 public Map.Entry<K,V> higherEntry(K key) { method in class:TreeMap
1427 public final Map.Entry<K,V> higherEntry(K key) { method in class:TreeMap.NavigableSubMap
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2121 public Map.Entry<K,V> higherEntry(K key) { method in class:ConcurrentSkipListMap
2927 public Map.Entry<K,V> higherEntry(K key) { method in class:ConcurrentSkipListMap.SubMap
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java364 equal(null, m.higherEntry(1));

Completed in 50 milliseconds