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.
See Source File