Package zinger.util.recycling

Interface Summary
ObjectGenerator An interface for a simple instance factory.
ObjectPool Allows for reuse of instances without having to constantly instantiate new ones and discard old ones.
 

Class Summary
ArrayGenerator  
CappedObjectRecycler Performs the same task as its superclass, but allows the ability to specify the maximum number of cached instances.
ClassInstanceGenerator  
CollectionGenerator  
ObjectRecycler Basic implementation of ObjectPool interface.
StringBufferGenerator  
SynchronizedObjectPool