WeakHashMap.NewWeakHashMap(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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