Uses of Interface
org.webmacro.util.SimpleMap

Packages that use SimpleMap
org.webmacro.util   
 

Uses of SimpleMap in org.webmacro.util
 

Classes in org.webmacro.util that implement SimpleMap
 class AbstractScalableMap
          Reduce locking overhead for a map with few writers and many readers.
 class ScalableIdentityMap
          Reduce locking overhead for a map with few writers and many readers.
 class ScalableMap
          Reduce locking overhead for a map with few writers and many readers.
 class SimpleHashMap
          This map has a fixed number of buckets.
 class SimpleIdentityMap
          Identity map, that is especially suited to canonical mappings.
 

Methods in org.webmacro.util that return SimpleMap
 SimpleMap SimpleMapFactory.createSimpleMap()
          Create a SimpleMap