| /libcore/ojluni/src/main/java/java/util/ | 
| D | NavigableSet.java | 153     E pollFirst();  in pollFirst()  method
 | 
| D | Deque.java | 307     E pollFirst();  in pollFirst()  method
 | 
| D | TreeSet.java | 450     public E pollFirst() {  in pollFirst()  method in TreeSet
 | 
| D | LinkedList.java | 762     public E pollFirst() {  in pollFirst()  method in LinkedList
 | 
| D | ArrayDeque.java | 384     public E pollFirst() {  in pollFirst()  method in ArrayDeque
 | 
| D | Collections.java | 1325         public E pollFirst()     { throw new UnsupportedOperationException(); }  in pollFirst()  method in UnmodifiableNavigableSet
 | 
| D | TreeMap.java | 1144         public E pollFirst() {  in pollFirst()  method in TreeMap.KeySet
 | 
| /libcore/ojluni/annotations/sdk/nullability/java/util/ | 
| D | Deque.annotated.java | 55 @libcore.util.Nullable public E pollFirst();  in pollFirst()  method
 | 
| D | ArrayDeque.annotated.java | 60 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); }  in pollFirst()  method in ArrayDeque
 | 
| D | LinkedList.annotated.java | 93 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); }  in pollFirst()  method in LinkedList
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/ | 
| D | BlockingDeque.java | 371     E pollFirst(long timeout, TimeUnit unit)  in pollFirst()  method
 | 
| D | ConcurrentSkipListSet.java | 375     public E pollFirst() {  in pollFirst()  method in ConcurrentSkipListSet
 | 
| D | LinkedBlockingDeque.java | 459     public E pollFirst() {  in pollFirst()  method in LinkedBlockingDeque505     public E pollFirst(long timeout, TimeUnit unit)  in pollFirst()  method in LinkedBlockingDeque
 
 | 
| D | ConcurrentLinkedDeque.java | 913     public E pollFirst() {  in pollFirst()  method in ConcurrentLinkedDeque
 | 
| D | ConcurrentSkipListMap.java | 2185         public K pollFirst() {  in pollFirst()  method in ConcurrentSkipListMap.KeySet
 | 
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ | 
| D | LinkedBlockingDeque.java | 118     public E pollFirst() {  in pollFirst()  method in LinkedBlockingDeque134     public E pollFirst(long timeout, java.util.concurrent.TimeUnit unit)  in pollFirst()  method in LinkedBlockingDeque
 
 | 
| /libcore/ojluni/annotations/hiddenapi/java/util/ | 
| D | ArrayDeque.java | 87     public E pollFirst() {  in pollFirst()  method in ArrayDeque
 | 
| D | LinkedList.java | 205     public E pollFirst() {  in pollFirst()  method in LinkedList
 | 
| D | Collections.java | 1177         public E pollFirst() {  in pollFirst()  method in Collections.CheckedNavigableSet2670         public E pollFirst() {  in pollFirst()  method in Collections.SynchronizedNavigableSet
 3466         public E pollFirst() {  in pollFirst()  method in Collections.UnmodifiableNavigableSet
 
 |