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

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

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

See Also:
Serialized Form

Constructor Summary
ExportMap()
           
ExportMap(ExportMap<T> o)
           
 
Method Summary
 ExportMap<T> addSet(Collection<T> atoms)
           
 
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

ExportMap

public ExportMap()

ExportMap

public ExportMap(ExportMap<T> o)
Method Detail

addSet

public ExportMap<T> addSet(Collection<T> atoms)