public abstract class SimplePool<T>
extends java.lang.Object
| Constructor and Description |
|---|
SimplePool() |
SimplePool(int max) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createNew() |
void |
done(T t) |
T |
get() |
protected boolean |
ok(T t) |