ObjectPool.Clear

Clears any objects sitting idle in the pool, releasing any associated resources (optional operation). Idle objects cleared must be {@link PooledObjectFactory#DestroyObject(PooledObject)}.

@throws Exception if the pool cannot be cleared

class ObjectPool(T)
void
Clear
()

Meta