Home
last modified time | relevance | path

Searched defs:pollFirst (Results 1 – 25 of 26) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java153 E pollFirst(); in pollFirst() method
DDeque.java306 E pollFirst(); in pollFirst() method
DReverseOrderDequeView.java244 public E pollFirst() { in pollFirst() method in ReverseOrderDequeView
DTreeSet.java454 public E pollFirst() { in pollFirst() method in TreeSet
DLinkedList.java769 public E pollFirst() { in pollFirst() method in LinkedList
1415 public E pollFirst() { in pollFirst() method in LinkedList.ReverseOrderLinkedListView
DArrayDeque.java383 public E pollFirst() { in pollFirst() method in ArrayDeque
DCollections.java1477 public E pollFirst() { throw new UnsupportedOperationException(); } in pollFirst() method in UnmodifiableNavigableSet
/libcore/ojluni/annotations/flagged_api/java/util/
DNavigableSet.annotated.java54 public E pollFirst(); in pollFirst() method
DDeque.annotated.java54 public E pollFirst(); in pollFirst() method
DTreeSet.annotated.java86 public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() method in TreeSet
DLinkedList.annotated.java92 public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() method in LinkedList
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java55 @libcore.util.Nullable public E pollFirst(); in pollFirst() method
DArrayDeque.annotated.java60 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() method in ArrayDeque
DLinkedList.annotated.java93 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() method in LinkedList
/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java371 E pollFirst(long timeout, TimeUnit unit) in pollFirst() method
DConcurrentSkipListSet.java375 public E pollFirst() { in pollFirst() method in ConcurrentSkipListSet
DLinkedBlockingDeque.java459 public E pollFirst() { in pollFirst() method in LinkedBlockingDeque
505 public E pollFirst(long timeout, TimeUnit unit) in pollFirst() method in LinkedBlockingDeque
DConcurrentLinkedDeque.java913 public E pollFirst() { in pollFirst() method in ConcurrentLinkedDeque
DConcurrentSkipListMap.java2209 public K pollFirst() { in pollFirst() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleDeque.java139 public E pollFirst() { in pollFirst() method in SimpleDeque
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java80 public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() method in ConcurrentSkipListSet
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingDeque.java118 public E pollFirst() { in pollFirst() method in LinkedBlockingDeque
134 public E pollFirst(long timeout, java.util.concurrent.TimeUnit unit) in pollFirst() method in LinkedBlockingDeque
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java87 public E pollFirst() { in pollFirst() method in ArrayDeque
DLinkedList.java205 public E pollFirst() { in pollFirst() method in LinkedList
DCollections.java1177 public E pollFirst() { in pollFirst() method in Collections.CheckedNavigableSet
2670 public E pollFirst() { in pollFirst() method in Collections.SynchronizedNavigableSet
3466 public E pollFirst() { in pollFirst() method in Collections.UnmodifiableNavigableSet

12