Uses of Class
org.sadun.util.pool.ObjectPool

Packages that use ObjectPool
org.sadun.util.pool The simple Object Pool package. 
org.sadun.util.pool2 NOT COMPLETE YET.  
 

Uses of ObjectPool in org.sadun.util.pool
 

Methods in org.sadun.util.pool that return ObjectPool
static ObjectPool ObjectPool.newPool(int poolSize, java.lang.String clsName)
          A convenience method to create a new pool of objects of a given class, by name, using their default constructor.
static ObjectPool ObjectPool.newPool(int poolSize, java.lang.String clsName, java.lang.Object[] params)
          A convenience method to create a new pool of objects of a given class, by name, using the given parameters.
 

Uses of ObjectPool in org.sadun.util.pool2
 

Subclasses of ObjectPool in org.sadun.util.pool2
 class ObjectPool
          NOT COMPLETE YET.