Searched refs:pollLast (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DDeque.java85 * <td>{@link #pollLast pollLast()}</td>
281 * differs from {@link #pollLast pollLast} only in that it throws an
303 E pollLast(); method in interface:Deque
H A DNavigableSet.java50 * {@code pollFirst} and {@code pollLast} that return and remove the
157 E pollLast(); method in interface:NavigableSet
H A DArrayDeque.java215 // addLast, pollFirst, pollLast. The other methods are defined in
286 E x = pollLast();
302 public E pollLast() { method in class:ArrayDeque
H A DTreeSet.java461 public E pollLast() { method in class:TreeSet
H A DLinkedList.java769 public E pollLast() { method in class:LinkedList
H A DTreeMap.java1058 public E pollLast() { method in class:TreeMap.KeySet
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DBlockingDeque.java106 * <td>{@link #pollLast() pollLast()}</td>
108 * <td>{@link #pollLast(long, TimeUnit) pollLast(time, unit)}</td>
389 E pollLast(long timeout, TimeUnit unit) method in interface:BlockingDeque
H A DLinkedBlockingDeque.java458 E x = pollLast();
473 public E pollLast() { method in class:LinkedBlockingDeque
527 public E pollLast(long timeout, TimeUnit unit) method in class:LinkedBlockingDeque
H A DConcurrentSkipListSet.java370 public E pollLast() { method in class:ConcurrentSkipListSet
H A DConcurrentLinkedDeque.java235 * operations (e.g., addFirst, peekLast, pollLast) are linearizable
977 public E pollLast() { method in class:ConcurrentLinkedDeque
999 return screenNullResult(pollLast());
H A DConcurrentSkipListMap.java2325 public E pollLast() { method in class:ConcurrentSkipListMap.KeySet
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DInterrupt.java85 { deq.pollLast(7, SECONDS); }});
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityLinkedList.java561 public E pollLast() { method in class:IdentityLinkedList
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java103 case 5: q.pollLast(); break;
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java577 case 0: check(deq.pollLast() == e); break;
641 check(deq.pollLast() == null);
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java672 equal(s.pollLast(), e);

Completed in 733 milliseconds