Java.Util.ArrayDeque.RemoveFirstOccurrence Method
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).

Syntax

[Android.Runtime.Register("removeFirstOccurrence", "(Ljava/lang/Object;)Z", "GetRemoveFirstOccurrence_Ljava_lang_Object_Handler")]
public virtual bool RemoveFirstOccurrence (Java.Lang.Object obj)

Parameters

o
element to be removed from this deque, if present

Returns

Documentation for this section has not yet been entered.

Remarks

Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail). If the deque does not contain the element, it is unchanged. More formally, removes the first element e such that o.equals(e) (if such an element exists). Returns true if this deque contained the specified element (or equivalently, if this deque changed as a result of the call).

[Android Documentation]

Requirements

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