java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>public class XHashtable<K,V>
extends java.util.Hashtable<K,V>
| Constructor | Description |
|---|---|
XHashtable() |
|
XHashtable(java.util.Map<K,V> V) |
|
XHashtable(K A,
V B) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
removeAll(java.util.Enumeration<K> E) |
|
void |
removeAll(java.util.Iterator<K> E) |
|
void |
removeAll(java.util.List<K> E) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values