tom.library.freshgom
Class ConvertMap<T extends Atom>

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<String,T>
          extended by tom.library.freshgom.ConvertMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>

public class ConvertMap<T extends Atom>
extends Hashtable<String,T>

See Also:
Serialized Form

Constructor Summary
ConvertMap()
           
ConvertMap(ConvertMap<T> o)
           
 
Method Summary
 ConvertMap<T> combine(ConvertMap<T> m)
           
 
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

ConvertMap

public ConvertMap()

ConvertMap

public ConvertMap(ConvertMap<T> o)
Method Detail

combine

public ConvertMap<T> combine(ConvertMap<T> m)