public class BlockingEvictingQueue<E>
extends java.util.concurrent.ArrayBlockingQueue<E>
implements java.util.concurrent.BlockingQueue<E>
Constructor and Description |
---|
BlockingEvictingQueue(int capacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
offer(E e) |
add, clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toString
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, contains, drainTo, drainTo, offer, poll, put, remainingCapacity, remove, take