Not supported in this base implementation. Subclasses should override this behavior.
<code>IllegalStateException</code> when this pool has been closed.
Not supported in this base implementation.
{@inheritDoc} <p> This affects the behavior of <code>isClosed</code> and <code>assertOpen</code>. </p>
Not supported in this base implementation.
Not supported in this base implementation.
Has this pool instance been closed.
A simple base implementation of {@link ObjectPool}. Optional operations are implemented to either do nothing, return a value indicating it is unsupported or throw {@link UnsupportedOperationException}. <p> This class is intended to be thread-safe.
@param <T> Type of element pooled in this pool.