The methods of Java.Util.Concurrent.LinkedBlockingQueue are listed below. For a list of all members, see the LinkedBlockingQueue Members list.
See Also: Inherited members from Java.Util.AbstractQueue
DrainTo(ICollection)Documentation for this section has not yet been entered. | ||
DrainTo(ICollection, int)Documentation for this section has not yet been entered. | ||
override | Iterator()Returns an iterator over the elements in this queue in proper sequence. | |
override | Offer(Java.Lang.Object)Documentation for this section has not yet been entered. | |
Offer(Java.Lang.Object, long, TimeUnit)Documentation for this section has not yet been entered. | ||
override | Peek()Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty. | |
override | Poll()Retrieves and removes the head of this queue, or returns null if this queue is empty. | |
Poll(long, TimeUnit)Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available. | ||
Put(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
RemainingCapacity()Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking. | ||
override | Size()Returns the number of elements in this queue. | |
Take()Retrieves and removes the head of this queue, waiting if necessary until an element becomes available. |