INavigableSet.Higher(Object) Method

Definition

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

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

Parameters

e
Object

the value to match

Returns

the least element greater than e, or null if there is no such element

Attributes

Remarks

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

Java documentation for java.util.NavigableSet.higher(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