TreeSet.TailSet Method

Definition

Overloads

TailSet(Object)
TailSet(Object, Boolean)

TailSet(Object)

[Android.Runtime.Register("tailSet", "(Ljava/lang/Object;)Ljava/util/SortedSet;", "GetTailSet_Ljava_lang_Object_Handler")]
public virtual Java.Util.ISortedSet? TailSet (Java.Lang.Object? fromElement);
[<Android.Runtime.Register("tailSet", "(Ljava/lang/Object;)Ljava/util/SortedSet;", "GetTailSet_Ljava_lang_Object_Handler")>]
abstract member TailSet : Java.Lang.Object -> Java.Util.ISortedSet
override this.TailSet : Java.Lang.Object -> Java.Util.ISortedSet

Parameters

fromElement
Object

Returns

Implements

Attributes

Remarks

Java documentation for java.util.TreeSet.tailSet(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

TailSet(Object, Boolean)

[Android.Runtime.Register("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", "GetTailSet_Ljava_lang_Object_ZHandler")]
public virtual Java.Util.INavigableSet? TailSet (Java.Lang.Object? fromElement, bool inclusive);
[<Android.Runtime.Register("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", "GetTailSet_Ljava_lang_Object_ZHandler")>]
abstract member TailSet : Java.Lang.Object * bool -> Java.Util.INavigableSet
override this.TailSet : Java.Lang.Object * bool -> Java.Util.INavigableSet

Parameters

fromElement
Object
inclusive
Boolean

Returns

Implements

Attributes

Remarks

Java documentation for java.util.TreeSet.tailSet(E, boolean).

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