Searched defs:pollLastEntry (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 65 …il.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry(); in pollLastEntry() method
|
D | TreeMap.annotated.java | 72 …@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry() { throw new … in pollLastEntry() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 248 Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
|
D | TreeMap.java | 685 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/ |
D | ConcurrentSkipListMap.java | 2257 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/ |
D | Collections.java | 1098 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
|