Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DForwardingDeque.java96 public E pollLast() { in pollLast() method in ForwardingDeque
DForwardingBlockingDeque.java90 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() method in ForwardingBlockingDeque
DSortedMultisets.java130 public E pollLast() { in pollLast() method in SortedMultisets.NavigableElementSet
DForwardingNavigableSet.java127 public E pollLast() { in pollLast() method in ForwardingNavigableSet
DAbstractMapBasedMultimap.java720 public V pollLast() { in pollLast() method in AbstractMapBasedMultimap.WrappedNavigableSet
1059 public K pollLast() { in pollLast() method in NavigableKeySet
DImmutableSortedSet.java765 public final E pollLast() { in pollLast() method in ImmutableSortedSet
DMinMaxPriorityQueue.java342 public E pollLast() { in pollLast() method in MinMaxPriorityQueue
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryBreakEngine.java147 int pollLast() { in pollLast() method in DictionaryBreakEngine.DequeI
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryBreakEngine.java146 int pollLast() { in pollLast() method in DictionaryBreakEngine.DequeI
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingNavigableSetTest.java132 public T pollLast() { in pollLast() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
DSynchronizedDequeTest.java195 public E pollLast() { in pollLast() method in SynchronizedDequeTest.TestDeque
DSynchronizedNavigableSetTest.java108 @Override public E pollLast() { in pollLast() method in SynchronizedNavigableSetTest.TestSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java151 @Override public E pollLast() { in pollLast() method in SafeTreeSet
/external/antlr/runtime/ObjC/Framework/
DLinkedList.m982 {