@Deprecated public abstract class SimplePool<T> extends Object
SimplePool()
SimplePool(int max)
protected abstract T
createNew()
void
done(T t)
T
get()
protected boolean
ok(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimplePool(int max)
public SimplePool()
protected abstract T createNew()
protected boolean ok(T t)
public T get()
public void done(T t)