Home
last modified time | relevance | path

Searched defs:pollLastEntry (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DNavigableMap.annotated.java65 …il.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry(); in pollLastEntry() method
DTreeMap.annotated.java72 …@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry() { throw new … in pollLastEntry() method in TreeMap
/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java248 Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
DTreeMap.java685 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in TreeMap
1590 public final Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in TreeMap.NavigableSubMap
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2257 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in ConcurrentSkipListMap
3045 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1098 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.CheckedNavigableMap
2586 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.SynchronizedNavigableMap
3374 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.UnmodifiableNavigableMap