Uses of Package
net.walend.collection

Packages that use net.walend.collection
net.walend.collection This package contains a collection kit. 
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.collection.test This package contains tests for the net.walend.collection kit. 
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.lyophil This package contains generic high level interfaces and simple utility classes. 
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. 
net.walend.lyophil.test.stringbean This package contains a wrapper class for persistent Strings and an interface for that wrapper. 
 

Classes in net.walend.collection used by net.walend.collection
AbstractArrayList
          An implementation of List backed by an array.
AbstractHashMap
          This class is a hash table based implementation of the net.walend.collection.Map interface, based very heavily on the java.util.HashMap class by Josh Bloch and ultimately Arthur van Hoff.
AbstractHashMap.Entry
          Sublcass this abstract class and override newEntry to use specialized Entries.
AbstractHashMap.HashIterator
          General purpose iterator.
AbstractHashSet
          This class implements the net.walend.collection.Set interface, based very heavily on the java.util.HashSet class by Josh Bloch.
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
Identitor
          This interface proscribes utility methods for working with objects in collections.
Immutable
          If a class is declared final, has no mutator methods and no visible variable members, it should implement this marker interface.
List
          An ordered Collection that gives the programmer precise control over where Objects in the list exit.
Map
          A container that maps keys to values.
MutableCollection
          Use this interface for changable Collections of Objects.
MutableList
           add() appends the object to the end of the list.
MutableMap
          MutableMap adds mutator methods to Map.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.collection.lyophil
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
MutableCollection
          Use this interface for changable Collections of Objects.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.collection.lyophil.jdbc
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
MutableCollection
          Use this interface for changable Collections of Objects.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.collection.test
AbstractHashMap
          This class is a hash table based implementation of the net.walend.collection.Map interface, based very heavily on the java.util.HashMap class by Josh Bloch and ultimately Arthur van Hoff.
AbstractHashMap.Entry
          Sublcass this abstract class and override newEntry to use specialized Entries.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
Map
          A container that maps keys to values.
MutableMap
          MutableMap adds mutator methods to Map.
SoftHashMap
          This MutableHashMap's values are held by soft references which may disapear if memory gets short.
 

Classes in net.walend.collection used by net.walend.digraph
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
Immutable
          If a class is declared final, has no mutator methods and no visible variable members, it should implement this marker interface.
 

Classes in net.walend.collection used by net.walend.lyophil
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
 

Classes in net.walend.collection used by net.walend.lyophil.collection
AbstractHashSet
          This class implements the net.walend.collection.Set interface, based very heavily on the java.util.HashSet class by Josh Bloch.
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
Identitor
          This interface proscribes utility methods for working with objects in collections.
Immutable
          If a class is declared final, has no mutator methods and no visible variable members, it should implement this marker interface.
Map
          A container that maps keys to values.
MutableCollection
          Use this interface for changable Collections of Objects.
MutableMap
          MutableMap adds mutator methods to Map.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.lyophil.memory
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
MutableCollection
          Use this interface for changable Collections of Objects.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.lyophil.soft
Collection
          This interface is the root interface in the javasupport.collection package.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
MutableCollection
          Use this interface for changable Collections of Objects.
MutableSet
          This class is a Collection that contains Objects so that each Object exists at most once in the set.
Set
          This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
 

Classes in net.walend.collection used by net.walend.lyophil.test.stringbean
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
 



Copyright (c) 2000, 2001, David Walend