Java.Util.Concurrent.ConcurrentLinkedDeque.Remove Method
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).

Syntax

[Android.Runtime.Register("remove", "()Ljava/lang/Object;", "GetRemoveHandler")]
public virtual Java.Lang.Object Remove ()

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). This method differs from Java.Util.IDeque.Poll only in that it throws an exception if this deque is empty.

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

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0