Uses of Interface
com.jmex.pool.ObjectGenerator

Packages that use ObjectGenerator
com.jmex.pool   
 

Uses of ObjectGenerator in com.jmex.pool
 

Classes in com.jmex.pool that implement ObjectGenerator
 class ByteArraySpatialGenerator<T>
           
 

Constructors in com.jmex.pool with parameters of type ObjectGenerator
ObjectPool(ObjectGenerator<T> generator, int preAllocate)