ConcurrentSkipListMap.CeilingKey(Object) Method

Definition

[Android.Runtime.Register("ceilingKey", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetCeilingKey_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object? CeilingKey (Java.Lang.Object? key);
[<Android.Runtime.Register("ceilingKey", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetCeilingKey_Ljava_lang_Object_Handler")>]
abstract member CeilingKey : Java.Lang.Object -> Java.Lang.Object
override this.CeilingKey : Java.Lang.Object -> Java.Lang.Object

Parameters

key
Object

Returns

Attributes

Remarks

Java documentation for java.util.concurrent.ConcurrentSkipListMap.ceilingKey(K).

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