Java.Util.WeakHashMap Class
WeakHashMap is an implementation of Map with keys which are WeakReferences.

See Also: WeakHashMap Members

Syntax

[Android.Runtime.Register("java/util/WeakHashMap", DoNotGenerateAcw=true)]
public class WeakHashMap : AbstractMap, IDisposable

Remarks

WeakHashMap is an implementation of Map with keys which are WeakReferences. A key/value mapping is removed when the key is no longer referenced. All optional operations (adding and removing) are supported. Keys and values can be any objects. Note that the garbage collector acts similar to a second thread on this collection, possibly removing keys.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1