Uses of Interface
net.walend.lyophil.Freezable

Packages that use Freezable
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.test.stringbean This package contains a wrapper class for persistent Strings and an interface for that wrapper. 
 

Uses of Freezable in net.walend.collection.lyophil
 

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

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

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

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

Uses of Freezable in net.walend.lyophil.test.stringbean
 

Subinterfaces of Freezable in net.walend.lyophil.test.stringbean
 interface FreezableColorString
          A simple interface for tests.
 interface FreezableString
          A simple interface for tests.
 

Classes in net.walend.lyophil.test.stringbean that implement Freezable
 class ColorStringBean
          A simple bean for tests.
 class StringBean
          A simple bean for tests.
 



Copyright (c) 2000, 2001, David Walend