Java.Util.Concurrent.ConcurrentLinkedDeque.RemoveLastOccurrence Method
Removes the last element e such that o.equals(e), if such an element exists in this deque.

Syntax

[Android.Runtime.Register("removeLastOccurrence", "(Ljava/lang/Object;)Z", "GetRemoveLastOccurrence_Ljava_lang_Object_Handler")]
public virtual bool RemoveLastOccurrence (Java.Lang.Object o)

Parameters

o
element to be removed from this deque, if present

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif the specified element is null

Remarks

Removes the last element e such that o.equals(e), if such an element exists in this deque. If the deque does not contain the element, it is unchanged.

[Android Documentation]

Requirements

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