ConcurrentLinkedQueue

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf Library
gptkbp:allows true
gptkbp:built ConcurrentLinkedQueue(Collection<? extends E> c)
ConcurrentLinkedQueue()
gptkbp:capacity unbounded
gptkbp:contains checks if the queue contains a specific element
gptkbp:disassembly removes a specific element from the queue
gptkbp:expansion AbstractQueue
gptkbp:hasVersion Java_5_and_later
https://www.w3.org/2000/01/rdf-schema#label ConcurrentLinkedQueue
gptkbp:implements Queue
gptkbp:isChallengedBy checks if the queue is empty
gptkbp:isThreatenedBy true
gptkbp:offers adds an element to the queue
gptkbp:operator returns an iterator over the elements in the queue
gptkbp:overlooks retrieves the head of the queue without removing it
gptkbp:packaging java.util.concurrent
gptkbp:performance highly concurrent
gptkbp:reach returns an array containing all elements in the queue
gptkbp:size returns the number of elements in the queue
gptkbp:visibility removes all elements from the queue
gptkbp:winner removes and returns the head of the queue
returns null if the queue is empty