TreeSet.DescendingSet Method

Definition

Returns a reverse order view of the elements contained in this set.

[Android.Runtime.Register("descendingSet", "()Ljava/util/NavigableSet;", "GetDescendingSetHandler")]
public virtual Java.Util.INavigableSet? DescendingSet ();
[<Android.Runtime.Register("descendingSet", "()Ljava/util/NavigableSet;", "GetDescendingSetHandler")>]
abstract member DescendingSet : unit -> Java.Util.INavigableSet
override this.DescendingSet : unit -> Java.Util.INavigableSet

Returns

Implements

Attributes

Remarks

Java documentation for java.util.TreeSet.descendingSet().

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

See also