Package zinger.util.recycling

Interface Summary
ObjectGenerator An interface for a simple instance factory.
 

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 Allows for reuse of instances without having to constantly instantiate new ones and discard old ones.