Uses of Package
net.walend.lyophil.collection

Packages that use net.walend.lyophil.collection
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. 
 

Classes in net.walend.lyophil.collection used by net.walend.collection.lyophil
CollectionOfFreezables
          This interface supplements the net.walend.collection.Collection interface.
DelegatingMutableSet
          This abstract class implements MutableSet by delegating all methods to a contained MutableSet.
MutableCollectionOfFreezables
          Use this interface for changable CollectionOfFreezables.
MutableSetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
SetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
 

Classes in net.walend.lyophil.collection used by net.walend.collection.lyophil.jdbc
CollectionOfFreezables
          This interface supplements the net.walend.collection.Collection interface.
MutableCollectionOfFreezables
          Use this interface for changable CollectionOfFreezables.
MutableSetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
SetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
 

Classes in net.walend.lyophil.collection used by net.walend.lyophil.collection
AbstractFreezerHashMap
          This Map maps any Object as a key to a Freezable.
AbstractFreezerHashSet
          This class implements the net.walend.collection.SetOfFreezables interface, but instead of storing whole Freezables in the set, it stores a Set of identifiers.
AbstractHashMapToFreezables
          This Map maps any Object as a key to a Freezable.
AbstractHashSetOfFreezables
          An abstract HashSet that includes special methods for handling Freezables.
CollectionOfFreezables
          This interface supplements the net.walend.collection.Collection interface.
FreezableIterator
          An iterator over a collection of Freezables.
MapToFreezables
          This Map maps any Object as a key to a Freezable.
MutableCollectionOfFreezables
          Use this interface for changable CollectionOfFreezables.
MutableMapToFreezables
          This MutableMap maps any Object as a key to a Freezable.
MutableSetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
SetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
 

Classes in net.walend.lyophil.collection used by net.walend.lyophil.memory
CollectionOfFreezables
          This interface supplements the net.walend.collection.Collection interface.
MutableCollectionOfFreezables
          Use this interface for changable CollectionOfFreezables.
MutableSetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
SetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
 

Classes in net.walend.lyophil.collection used by net.walend.lyophil.soft
CollectionOfFreezables
          This interface supplements the net.walend.collection.Collection interface.
MutableCollectionOfFreezables
          Use this interface for changable CollectionOfFreezables.
MutableSetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
SetOfFreezables
          This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
 



Copyright (c) 2000, 2001, David Walend