ConcurrentSkipListMap.DescendingKeySet Method

Definition

Returns a reverse order INavigableSet view of the keys contained in this map.

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

Returns

Attributes

Remarks

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