public class LimitedLinkedBlockingQueue<T> extends LinkedBlockingQueue<T>
| Constructor and Description |
|---|
LimitedLinkedBlockingQueue() |
LimitedLinkedBlockingQueue(Collection<? extends T> c) |
LimitedLinkedBlockingQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(T t) |
clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringadd, addAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic LimitedLinkedBlockingQueue()
public LimitedLinkedBlockingQueue(Collection<? extends T> c)
public LimitedLinkedBlockingQueue(int capacity)
public boolean offer(T t)
offer in interface BlockingQueue<T>offer in interface Queue<T>offer in class LinkedBlockingQueue<T>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.