Uses of Interface
net.infonode.util.collection.ConstCollection

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

Uses of ConstCollection in net.infonode.properties.propertymap
 

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

Uses of ConstCollection in net.infonode.util.collection
 

Subinterfaces of ConstCollection in net.infonode.util.collection
 interface Collection
           
 

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

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

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

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

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

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

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