Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DForwardingDeque.java91 public E pollFirst() { in pollFirst() method in ForwardingDeque
DForwardingBlockingDeque.java85 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() method in ForwardingBlockingDeque
DSortedMultisets.java125 public E pollFirst() { in pollFirst() method in SortedMultisets.NavigableElementSet
DForwardingNavigableSet.java113 public E pollFirst() { in pollFirst() method in ForwardingNavigableSet
DAbstractMapBasedMultimap.java715 public V pollFirst() { in pollFirst() method in AbstractMapBasedMultimap.WrappedNavigableSet
1054 public K pollFirst() { in pollFirst() method in NavigableKeySet
DImmutableSortedSet.java751 public final E pollFirst() { in pollFirst() method in ImmutableSortedSet
DMinMaxPriorityQueue.java317 public E pollFirst() { in pollFirst() method in MinMaxPriorityQueue
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingNavigableSetTest.java127 public T pollFirst() { in pollFirst() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
DSynchronizedDequeTest.java189 public E pollFirst() { in pollFirst() method in SynchronizedDequeTest.TestDeque
DSynchronizedNavigableSetTest.java103 @Override public E pollFirst() { in pollFirst() method in SynchronizedNavigableSetTest.TestSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java147 @Override public E pollFirst() { in pollFirst() method in SafeTreeSet