Uses of Interface
com.hammurapi.config.Map

Packages that use Map
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.util   
 

Uses of Map in com.hammurapi.config
 

Subinterfaces of Map in com.hammurapi.config
 interface NamedMap
          A representation of the model object 'Named Map'.
 

Methods in com.hammurapi.config that return Map
 Map ConfigFactory.createMap()
          Returns a new object of class 'Map'.
 

Uses of Map in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Map
 class MapImpl
          An implementation of the model object 'Map'.
 class NamedMapImpl
          An implementation of the model object 'Named Map'.
 

Methods in com.hammurapi.config.impl that return Map
 Map ConfigFactoryImpl.createMap()
           
 

Uses of Map in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Map
 T ConfigSwitch.caseMap(Map object)
          Returns the result of interpreting the object as an instance of 'Map'.