ConcurrentSkipListMap.LastKey Method

Definition

Returns the greatest key in this sorted map.

[Android.Runtime.Register("lastKey", "()Ljava/lang/Object;", "GetLastKeyHandler")]
public virtual Java.Lang.Object? LastKey ();
[<Android.Runtime.Register("lastKey", "()Ljava/lang/Object;", "GetLastKeyHandler")>]
abstract member LastKey : unit -> Java.Lang.Object
override this.LastKey : unit -> Java.Lang.Object

Returns

Attributes

Exceptions

Remarks

Java documentation for java.util.concurrent.ConcurrentSkipListMap.lastKey().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to