Uses of Interface
net.walend.collection.MutableMap

Packages that use MutableMap
net.walend.collection This package contains a collection kit. 
net.walend.collection.test This package contains tests for the net.walend.collection kit. 
net.walend.lyophil.collection This package contains a persistent collection kit based on Lyophilizer. 
 

Uses of MutableMap in net.walend.collection
 

Classes in net.walend.collection that implement MutableMap
 class MutableHashMap
           
 class SoftHashMap
          This MutableHashMap's values are held by soft references which may disapear if memory gets short.
 

Uses of MutableMap in net.walend.collection.test
 

Classes in net.walend.collection.test that implement MutableMap
 class NullValueHashMap
          This MutableHashMap's values are always set to null, to stress test code that relies on a SoftHashMap.
 

Uses of MutableMap in net.walend.lyophil.collection
 

Subinterfaces of MutableMap in net.walend.lyophil.collection
 interface MutableMapToFreezables
          This MutableMap maps any Object as a key to a Freezable.
 

Classes in net.walend.lyophil.collection that implement MutableMap
 class MutableFreezerHashMap
          A MutableMapToFreezables built on AbstractFreezerHashMap.
 class MutableHashMapToFreezables
          A MutableMapToFreezables built on AbstractFreezerHashMap.
 



Copyright (c) 2000, 2001, David Walend