Java.Util.Concurrent.LinkedBlockingDeque.Poll Method
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.

Syntax

[Android.Runtime.Register("poll", "()Ljava/lang/Object;", "GetPollHandler")]
public override Java.Lang.Object Poll ()

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.

This method is equivalent to Java.Util.IDeque.PollFirst.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9