com.planet_ink.coffee_mud.core.collections
Class XHashtable<K,V>

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<K,V>
          extended by com.planet_ink.coffee_mud.core.collections.XHashtable<K,V>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>

public class XHashtable<K,V>
extends java.util.Hashtable<K,V>

See Also:
Serialized Form

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

XHashtable

public XHashtable()

XHashtable

public XHashtable(java.util.Map<K,V> V)
Method Detail

removeAll

public void removeAll(java.util.Enumeration<K> E)

removeAll

public void removeAll(java.util.Iterator<K> E)

removeAll

public void removeAll(java.util.List<K> E)