Home
last modified time | relevance | path

Searched defs:pollLast (Results 1 – 19 of 19) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java161 E pollLast(); in pollLast() method
DDeque.java304 E pollLast(); in pollLast() method
DTreeSet.java461 public E pollLast() { in pollLast() method in TreeSet
DArrayDeque.java297 public E pollLast() { in pollLast() method in ArrayDeque
DLinkedList.java771 public E pollLast() { in pollLast() method in LinkedList
DCollections.java1295 public E pollLast() { throw new UnsupportedOperationException(); } in pollLast() method in UnmodifiableNavigableSet
DTreeMap.java1151 public E pollLast() { in pollLast() method in TreeMap.KeySet
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java57 @libcore.util.Nullable public E pollLast(); in pollLast() method
DArrayDeque.annotated.java62 @libcore.util.Nullable public E pollLast() { throw new RuntimeException("Stub!"); } in pollLast() method in ArrayDeque
DLinkedList.annotated.java95 @libcore.util.Nullable public E pollLast() { throw new RuntimeException("Stub!"); } in pollLast() method in LinkedList
/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java396 E pollLast(long timeout, TimeUnit unit) in pollLast() method
DConcurrentSkipListSet.java382 public E pollLast() { in pollLast() method in ConcurrentSkipListSet
DLinkedBlockingDeque.java476 public E pollLast() { in pollLast() method in LinkedBlockingDeque
530 public E pollLast(long timeout, TimeUnit unit) in pollLast() method in LinkedBlockingDeque
DConcurrentLinkedDeque.java945 public E pollLast() { in pollLast() method in ConcurrentLinkedDeque
DConcurrentSkipListMap.java2379 public K pollLast() { in pollLast() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingDeque.java122 public E pollLast() { in pollLast() method in LinkedBlockingDeque
139 public E pollLast(long timeout, java.util.concurrent.TimeUnit unit) in pollLast() method in LinkedBlockingDeque
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java91 public E pollLast() { in pollLast() method in ArrayDeque
DLinkedList.java209 public E pollLast() { in pollLast() method in LinkedList
DCollections.java1181 public E pollLast() { in pollLast() method in Collections.CheckedNavigableSet
2674 public E pollLast() { in pollLast() method in Collections.SynchronizedNavigableSet
3470 public E pollLast() { in pollLast() method in Collections.UnmodifiableNavigableSet