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

/libcore/luni/src/main/java/java/util/
H A DNavigableMap.java39 * {@code pollLastEntry} that return and/or remove the least and
211 Map.Entry<K,V> pollLastEntry(); method in interface:NavigableMap
H A DTreeMap.java624 public Entry<K, V> pollLastEntry() { method in class:TreeMap
1223 public Entry<K, V> pollLastEntry() { method in class:TreeMap.BoundedMap
1586 Entry<K, ?> entry = pollLastEntry();
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java2156 public Map.Entry<K,V> pollLastEntry() { method in class:ConcurrentSkipListMap
2297 Map.Entry<E,?> e = m.pollLastEntry();
2926 public Map.Entry<K,V> pollLastEntry() { method in class:ConcurrentSkipListMap.SubMap

Completed in 11 milliseconds