Java.Util.AbstractQueue.Remove Method
Retrieves and removes the head of this queue.

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.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif this queue is empty

Remarks

Retrieves and removes the head of this queue. This method differs from IQueue.Poll only in that it throws an exception if this queue is empty.

This implementation returns the result of poll unless the queue is empty.

[Android Documentation]

Requirements

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