public class ReusuableObjectPool<T extends Factory<T>>
extends java.lang.Object
Constructor and Description |
---|
ReusuableObjectPool(int maxObjects,
T factoryObject) |
Modifier and Type | Method and Description |
---|---|
void |
checkIn(T o) |
T |
checkOut() |
void |
optimize(int predictedObjectsInUse) |