websphinx
Class Hashtable2

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--websphinx.Hashtable2
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

class Hashtable2
extends java.util.Hashtable

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Fields inherited from class java.util.Hashtable
count, emptyEnumerator, emptyIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
Hashtable2()
           
 
Method Summary
 Hashtable2 add(java.lang.Object key)
           
 Hashtable2 add(java.lang.Object key, java.lang.Object val)
           
 Hashtable2 union(java.util.Hashtable map)
           
 
Methods inherited from class java.util.Hashtable
, clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, getEnumeration, getIterator, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Hashtable2

public Hashtable2()
Method Detail

add

public Hashtable2 add(java.lang.Object key)

add

public Hashtable2 add(java.lang.Object key,
                      java.lang.Object val)

union

public Hashtable2 union(java.util.Hashtable map)