hunt.pool.BaseObjectPool

Undocumented in source.

Members

Classes

BaseObjectPool
class BaseObjectPool(T)

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.

Meta