Statements (30)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:capacity |
zero
|
gptkbp:documentation |
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/SynchronousQueue.html
|
gptkbp:doesNotStoreElements |
true
|
gptkbp:elementTransfer |
direct
|
gptkbp:fairnessPolicy |
optional
|
gptkbp:hasConstructor |
SynchronousQueue()
SynchronousQueue(boolean fair) |
gptkbp:hasMethod |
size()
isEmpty() iterator() offer(E e) poll() put(E e) remainingCapacity() take() offer(E e, long timeout, TimeUnit unit) poll(long timeout, TimeUnit unit) |
https://www.w3.org/2000/01/rdf-schema#label |
SynchronousQueue class
|
gptkbp:implementedIn |
gptkb:BlockingQueue_interface
gptkb:Serializable_interface Iterable interface |
gptkbp:introducedIn |
gptkb:Java_5
|
gptkbp:partOf |
gptkb:java.util.concurrent_package
|
gptkbp:superclass |
gptkb:AbstractQueue_class
|
gptkbp:threadSafe |
true
|
gptkbp:usedFor |
producer-consumer scenarios
hand-off designs |
gptkbp:bfsParent |
gptkb:Java_Collections
|
gptkbp:bfsLayer |
7
|