Java.Util.Hashtable Class
Hashtable is a synchronized implementation of Java.Util.IMap.

See Also: Hashtable Members

Syntax

[Android.Runtime.Register("java/util/Hashtable", DoNotGenerateAcw=true)]
public class Hashtable : Dictionary, Java.IO.ISerializable, Java.Lang.ICloneable, IMap, IDisposable

Remarks

Hashtable is a synchronized implementation of Java.Util.IMap. All optional operations are supported.

Neither keys nor values can be null. (Use HashMap or LinkedHashMap if you need null keys or values.)

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