ConcurrentHashMap.Keys Method

Definition

Returns an enumeration of the keys in this table.

[Android.Runtime.Register("keys", "()Ljava/util/Enumeration;", "GetKeysHandler")]
public virtual Java.Util.IEnumeration Keys ();
[<Android.Runtime.Register("keys", "()Ljava/util/Enumeration;", "GetKeysHandler")>]
abstract member Keys : unit -> Java.Util.IEnumeration
override this.Keys : unit -> Java.Util.IEnumeration

Returns

an enumeration of the keys in this table

Attributes

Remarks

Returns an enumeration of the keys in this table.

Java documentation for java.util.concurrent.ConcurrentHashMap.keys().

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