|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<K,V>
com.planet_ink.coffee_mud.core.collections.XHashtable<K,V>
public class XHashtable<K,V>
| Constructor Summary | |
|---|---|
XHashtable()
|
|
XHashtable(java.util.Map<K,V> V)
|
|
| Method Summary | |
|---|---|
void |
removeAll(java.util.Enumeration<K> E)
|
void |
removeAll(java.util.Iterator<K> E)
|
void |
removeAll(java.util.List<K> E)
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XHashtable()
public XHashtable(java.util.Map<K,V> V)
| Method Detail |
|---|
public void removeAll(java.util.Enumeration<K> E)
public void removeAll(java.util.Iterator<K> E)
public void removeAll(java.util.List<K> E)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||