Serializable, Cloneable, Map<String,V>
ExtDataHashtable()
ExtDataHashtable(int i)
ExtDataHashtable(int i, float v)
ExtDataHashtable(Map<? extends String, ? extends V> map)
boolean
containsKey(Object o)
V
get(Object o)
put(String oKey, V val)
remove(Object o)
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
containsKey
Map<String,V>
Hashtable<String,V>
get
put
remove