INavigableSet.Lower(Object) Method

Definition

Returns the greatest element in this set strictly less than the given element, or null if there is no such element.

[Android.Runtime.Register("lower", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetLower_Ljava_lang_Object_Handler:Java.Util.INavigableSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? Lower (Java.Lang.Object? e);
[<Android.Runtime.Register("lower", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetLower_Ljava_lang_Object_Handler:Java.Util.INavigableSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Lower : Java.Lang.Object -> Java.Lang.Object

Parameters

e
Object

the value to match

Returns

the greatest element less than e, or null if there is no such element

Attributes

Remarks

Returns the greatest element in this set strictly less than the given element, or null if there is no such element.

Java documentation for java.util.NavigableSet.lower(E).

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