Searched defs:pollLastEntry (Results 1 - 3 of 3) 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 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 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

Completed in 47 milliseconds