ConcurrentHashMap.MappingCount Method

Definition

Returns the number of mappings.

[Android.Runtime.Register("mappingCount", "()J", "GetMappingCountHandler", ApiSince=24)]
public virtual long MappingCount ();
[<Android.Runtime.Register("mappingCount", "()J", "GetMappingCountHandler", ApiSince=24)>]
abstract member MappingCount : unit -> int64
override this.MappingCount : unit -> int64

Returns

Int64

the number of mappings

Attributes

Remarks

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

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