Searched defs:higherKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DNavigableMap.java47 * {@code higherKey} return only the associated keys. All of these
210 K higherKey(K key); method in interface:NavigableMap
H A DTreeMap.java768 public K higherKey(K key) { method in class:TreeMap
1050 public E higher(E e) { return m.higherKey(e); }
1431 public final K higherKey(K key) { method in class:TreeMap.NavigableSubMap
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2130 public K higherKey(K key) { method in class:ConcurrentSkipListMap
2317 public E higher(E e) { return m.higherKey(e); }
2931 public K higherKey(K key) { method in class:ConcurrentSkipListMap.SubMap

Completed in 47 milliseconds