BlockingDeque interface

GPTKB entity

Statements (24)
Predicate Object
gptkbp:instanceOf interface
gptkbp:definedIn gptkb:java.util.concurrent_package
gptkbp:extendsTo gptkb:BlockingQueue_interface
gptkb:Deque_interface
gptkbp:hasMethod addFirst(E e)
addLast(E e)
offerFirst(E e)
offerLast(E e)
putFirst(E e)
putLast(E e)
takeFirst()
takeLast()
pollFirst(long timeout, TimeUnit unit)
pollLast(long timeout, TimeUnit unit)
removeFirstOccurrence(Object o)
removeLastOccurrence(Object o)
https://www.w3.org/2000/01/rdf-schema#label BlockingDeque interface
gptkbp:implementingClass ConcurrentLinkedDeque
LinkedBlockingDeque
gptkbp:introducedIn Java 6
gptkbp:threadSafe true
gptkbp:usedFor thread-safe double-ended queue operations
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7