Java.Util.Concurrent.LinkedBlockingDeque.Last Property
Retrieves, but does not remove, the last element of this deque.

Syntax

[get: Android.Runtime.Register("getLast", "()Ljava/lang/Object;", "GetGetLastHandler")]
public virtual Java.Lang.Object Last { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementException

Remarks

Retrieves, but does not remove, the last element of this deque. This method differs from Java.Util.IDeque.PeekLast only in that it throws an exception if this deque is empty.

[Android Documentation]

Requirements

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