ConcurrentSkipListMap.CeilingEntry(Object) Method

Definition

Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.

[Android.Runtime.Register("ceilingEntry", "(Ljava/lang/Object;)Ljava/util/Map$Entry;", "GetCeilingEntry_Ljava_lang_Object_Handler")]
public virtual Java.Util.IMapEntry? CeilingEntry (Java.Lang.Object? key);
[<Android.Runtime.Register("ceilingEntry", "(Ljava/lang/Object;)Ljava/util/Map$Entry;", "GetCeilingEntry_Ljava_lang_Object_Handler")>]
abstract member CeilingEntry : Java.Lang.Object -> Java.Util.IMapEntry
override this.CeilingEntry : Java.Lang.Object -> Java.Util.IMapEntry

Parameters

key
Object

Returns

Attributes

Remarks

Java documentation for java.util.concurrent.ConcurrentSkipListMap.ceilingEntry(java.lang.Object).

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