static interface
ObjectPool.ObjectFactory<T>
ObjectPool(int size, ObjectPool.ObjectFactory<T> factory)
T
borrowObject()
void
returnObject(T obj)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait