Java.Util.Concurrent.ConcurrentSkipListMap.PollLastEntry Method
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.

Syntax

[Android.Runtime.Register("pollLastEntry", "()Ljava/util/Map$Entry;", "GetPollLastEntryHandler")]
public virtual Java.Util.IMapEntry PollLastEntry ()

Returns

Documentation for this section has not yet been entered.

Remarks

Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty. The returned entry does not support the Entry.setValue method.

[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