See Also: Hashtable Members
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.)
[Android Documentation]