public class DumpyBlockingQueue extends LinkedBlockingQueue<Runnable>
| Constructor and Description |
|---|
DumpyBlockingQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(Runnable runnable) |
clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringadd, addAll, element, removecontainsAll, isEmpty, removeAll, retainAllequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic boolean offer(Runnable runnable)
offer in interface BlockingQueue<Runnable>offer in interface Queue<Runnable>offer in class LinkedBlockingQueue<Runnable>Copyright © 2018 Irenical. All rights reserved.