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

Syntax

[Android.Runtime.Register("removeLastOccurrence", "(Ljava/lang/Object;)Z", "GetRemoveLastOccurrence_Ljava_lang_Object_Handler")]
public virtual bool RemoveLastOccurrence (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 last 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 last 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