ConcurrentSkipListMap.NavigableKeySet Method

Definition

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

[Android.Runtime.Register("navigableKeySet", "()Ljava/util/NavigableSet;", "GetNavigableKeySetHandler")]
public virtual Java.Util.INavigableSet? NavigableKeySet ();
[<Android.Runtime.Register("navigableKeySet", "()Ljava/util/NavigableSet;", "GetNavigableKeySetHandler")>]
abstract member NavigableKeySet : unit -> Java.Util.INavigableSet
override this.NavigableKeySet : 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