Statements (33)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:author |
gptkb:Doug_Lea
|
gptkbp:builtBy |
LinkedBlockingQueue()
LinkedBlockingQueue(Collection<? extends E> c) LinkedBlockingQueue(int capacity) |
gptkbp:defaultCapacity |
Integer.MAX_VALUE
|
gptkbp:extendsTo |
gptkb:AbstractQueue_class
|
https://www.w3.org/2000/01/rdf-schema#label |
LinkedBlockingQueue class
|
gptkbp:implementedIn |
gptkb:BlockingQueue_interface
gptkb:Serializable_interface Iterable interface |
gptkbp:introducedIn |
gptkb:Java_5
|
gptkbp:isBounded |
true
|
gptkbp:method |
clear()
size() iterator() drainTo(Collection<? super E> c) offer(E e) peek() poll() put(E e) remainingCapacity() take() |
gptkbp:partOf |
gptkb:java.util.concurrent_package
|
gptkbp:supportedBy |
linked nodes
|
gptkbp:supports |
blocking put operations
blocking take operations optional capacity bound |
gptkbp:threadSafe |
true
|
gptkbp:usedFor |
producer-consumer scenarios
|
gptkbp:usedIn |
multithreaded applications
|
gptkbp:bfsParent |
gptkb:Java_Collections
|
gptkbp:bfsLayer |
7
|