ConcurrentLinkedQueue.Poll Method

Definition

Retrieves and removes the head of this queue, or returns null if this queue is empty.

[Android.Runtime.Register("poll", "()Ljava/lang/Object;", "GetPollHandler")]
public override Java.Lang.Object? Poll ();
[<Android.Runtime.Register("poll", "()Ljava/lang/Object;", "GetPollHandler")>]
override this.Poll : unit -> Java.Lang.Object

Returns

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to