Uses of Interface
net.infonode.util.collection.map.base.ConstMap

Packages that use ConstMap
net.infonode.properties.propertymap Property maps are used for storage of property values. 
net.infonode.util.collection.map   
net.infonode.util.collection.map.base   
net.infonode.util.collection.notifymap   
 

Uses of ConstMap in net.infonode.properties.propertymap
 

Classes in net.infonode.properties.propertymap that implement ConstMap
private  class PropertyMapImpl.PropertyObjectMap
           
 

Methods in net.infonode.properties.propertymap with parameters of type ConstMap
(package private)  void PropertyMapManager.addMapChanges(PropertyMapImpl propertyMap, ConstMap mapChanges)
           
protected  void PropertyMapImpl.PropertyObjectMap.fireEntriesChanged(ConstMap changes)
           
 

Uses of ConstMap in net.infonode.util.collection.map
 

Classes in net.infonode.util.collection.map that implement ConstMap
 class ConstVectorMap
           
 class MapAdapter
           
 class SingleValueMap
           
 

Methods in net.infonode.util.collection.map that return ConstMap
 ConstMap ConstVectorMap.getMap(int index)
           
 ConstMap ConstVectorMap.removeMap(int index)
           
 

Methods in net.infonode.util.collection.map with parameters of type ConstMap
 void ConstVectorMap.addMap(ConstMap map)
           
 void ConstVectorMap.addMap(int index, ConstMap map)
           
 int ConstVectorMap.getMapIndex(ConstMap map)
           
 

Uses of ConstMap in net.infonode.util.collection.map.base
 

Subinterfaces of ConstMap in net.infonode.util.collection.map.base
 interface Map
          A map.
 

Uses of ConstMap in net.infonode.util.collection.notifymap
 

Subinterfaces of ConstMap in net.infonode.util.collection.notifymap
 interface ChangeNotifyMap
           
 interface ConstChangeNotifyMap
           
 

Classes in net.infonode.util.collection.notifymap that implement ConstMap
 class AbstractChangeNotifyMap
           
 class AbstractConstChangeNotifyMap
           
 class ChangeNotifyMapWrapper
           
 class ConstChangeNotifyVectorMap
           
 

Methods in net.infonode.util.collection.notifymap with parameters of type ConstMap
protected  void AbstractConstChangeNotifyMap.fireEntriesChanged(ConstMap changes)
           
 int ConstChangeNotifyVectorMap.getMapIndex(ConstMap map)