Uses of Interface
org.biomage.tools.xmlutils.MultiMap

Packages that use MultiMap
gov.nih.nci.caarray.services.mageloader   
org.biomage.tools.xmlutils   
 

Uses of MultiMap in gov.nih.nci.caarray.services.mageloader
 

Methods in gov.nih.nci.caarray.services.mageloader that return MultiMap
protected  MultiMap DatabaseImportMAGEContentHandler.createMethodsMap()
          Factory method to instantiate the String->Method MultiMap.
 

Uses of MultiMap in org.biomage.tools.xmlutils
 

Classes in org.biomage.tools.xmlutils that implement MultiMap
 class MultiHashMap
          Utility class for associating multiple values with a key in a Synchronized Map.
 class MultiHashtable
          Utility class for associating multiple values with a key in a Synchronized Map.
 

Methods in org.biomage.tools.xmlutils that return MultiMap
protected  MultiMap MAGEContentHandler.createMethodsMap()
          Factory method to instantiate the String->Method MultiMap.
 

Constructors in org.biomage.tools.xmlutils with parameters of type MultiMap
MultiHashMap(MultiMap copy_from)
          Constructs a new MultiHashMap with the same mappings as the given MultiMap.
MultiHashtable(MultiMap copy_from)
          Constructs a new MultiHashtable with the same mappings as the given MultiMap.