public interface InstancePool<T>
T
obtainInstance()
void
releaseInstance(T instance)
T obtainInstance()
void releaseInstance(T instance)