Java.Util.Dictionary Class
Note: Do not use this class since it is obsolete. Please use the Java.Util.IMap interface for new implementations.

See Also: Dictionary Members

Syntax

[Android.Runtime.Register("java/util/Dictionary", DoNotGenerateAcw=true)]
public abstract class Dictionary : Java.Lang.Object

Remarks

Note: Do not use this class since it is obsolete. Please use the Java.Util.IMap interface for new implementations.

Dictionary is an abstract class which is the superclass of all classes that associate keys with values, such as Hashtable.

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