@Deprecated
public abstract class SimplePool<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
_max
Deprecated.
|
private java.util.Queue<T> |
_stored
Deprecated.
|
| Constructor and Description |
|---|
SimplePool()
Deprecated.
|
SimplePool(int max)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createNew()
Deprecated.
|
void |
done(T t)
Deprecated.
|
T |
get()
Deprecated.
|
protected boolean |
ok(T t)
Deprecated.
|
final int _max
private java.util.Queue<T> _stored