Uses of Interface
net.walend.lyophil.collection.MutableSetOfFreezables

Packages that use MutableSetOfFreezables
net.walend.collection.lyophil This package contains Freezable implementations of collections. 
net.walend.collection.lyophil.jdbc This package contains a kit for storing the net.walend.collection classes inside a database. 
net.walend.lyophil.collection This package contains a persistent collection kit based on Lyophilizer. 
net.walend.lyophil.memory This package contains an implementation of lyophil that runs inside a jvm's memory. 
net.walend.lyophil.soft This package contains an implementation of Freezer that caches Freezables inside a SoftHashMap after they are called out of an authoritive Freezer. 
 

Uses of MutableSetOfFreezables in net.walend.collection.lyophil
 

Subinterfaces of MutableSetOfFreezables in net.walend.collection.lyophil
 interface FreezableSet
          This interface describes a Freezable MutableSet.
 

Classes in net.walend.collection.lyophil that implement MutableSetOfFreezables
 class FreezableDelegatingMutableSet
          This class extends the DelegatingMutableSet to implement FreezableSet.
 

Uses of MutableSetOfFreezables in net.walend.collection.lyophil.jdbc
 

Classes in net.walend.collection.lyophil.jdbc that implement MutableSetOfFreezables
 class JDBCBackedMutableSet
          This class implements FreezableSet directly on top of a database table.
 

Uses of MutableSetOfFreezables in net.walend.lyophil.collection
 

Classes in net.walend.lyophil.collection that implement MutableSetOfFreezables
 class DelegatingMutableSet
          This abstract class implements MutableSet by delegating all methods to a contained MutableSet.
 class MutableFreezerHashSet
           
 class MutableHashSetOfFreezables
           
 

Uses of MutableSetOfFreezables in net.walend.lyophil.memory
 

Classes in net.walend.lyophil.memory that implement MutableSetOfFreezables
 class MemSet
          This class implements a Set of Freezables built on top of a HashSet that points from identifiers to Freezables.
 

Uses of MutableSetOfFreezables in net.walend.lyophil.soft
 

Classes in net.walend.lyophil.soft that implement MutableSetOfFreezables
 class SoftMemSet
          This class implements MutableSetOfFreezables on top of a SoftHashMap.
 



Copyright (c) 2000, 2001, David Walend