The members of Java.Util.Concurrent.ConcurrentLinkedQueue are listed below.
See Also: Inherited members from Java.Util.AbstractQueue
Creates a ConcurrentLinkedQueue that is initially empty. | ||
Documentation for this section has not yet been entered. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | |
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. | |
override | Size()Returns the number of elements in this queue. |