Searched refs:higherKey (Results 1 - 7 of 7) 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 DTreeSet.java447 return m.higherKey(e);
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 DConcurrentSkipListSet.java362 return m.higherKey(e);
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
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java360 equal(null, m.higherKey(1));
369 equal(m.higherKey(z), null);
416 check(m.higherKey(k) == null || cmp.compare(k, m.higherKey(k)) < 0);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java977 equal(m.higherKey(i), higher);

Completed in 44 milliseconds