Searched refs:pollLastEntry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DNavigableMap.java64 * {@code pollLastEntry} that return and/or remove the least and
246 Map.Entry<K,V> pollLastEntry(); method in interface:NavigableMap
H A DTreeSet.java462 Map.Entry<E,?> e = m.pollLastEntry();
H A DTreeMap.java676 public Map.Entry<K,V> pollLastEntry() { method in class:TreeMap
1059 Map.Entry<E,Object> e = m.pollLastEntry();
1475 public final Map.Entry<K,V> pollLastEntry() { method in class:TreeMap.NavigableSubMap
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java371 Map.Entry<E,Object> e = m.pollLastEntry();
H A DConcurrentSkipListMap.java2185 public Map.Entry<K,V> pollLastEntry() { method in class:ConcurrentSkipListMap
2326 Map.Entry<E,Object> e = m.pollLastEntry();
2955 public Map.Entry<K,V> pollLastEntry() { method in class:ConcurrentSkipListMap.SubMap
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java356 equal(null, m.pollLastEntry());
617 equal(m.pollLastEntry(), e);

Completed in 53 milliseconds