public abstract class ObjectPool<T> extends Object
| Constructor and Description | 
|---|
ObjectPool()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
acquire()  | 
protected T[] | 
createPool(int capacity)  | 
ObjectPool<T> | 
initialize(int capacity)  | 
protected abstract T | 
newInstance()  | 
void | 
release(T instance)  | 
Copyright © GigaSpaces.