Share via


WeakHashMap.NewWeakHashMap(Int32) Method

Definition

[Android.Runtime.Register("newWeakHashMap", "(I)Ljava/util/WeakHashMap;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })]
public static Java.Util.WeakHashMap NewWeakHashMap(int numMappings);
[<Android.Runtime.Register("newWeakHashMap", "(I)Ljava/util/WeakHashMap;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })>]
static member NewWeakHashMap : int -> Java.Util.WeakHashMap

Parameters

numMappings
Int32

Returns

Attributes

Applies to