Class BaseKeyedObjectPool<K,​V>

  • Type Parameters:
    K - the type of keys in this pool
    V - the type of objects held in this pool
    All Implemented Interfaces:
    KeyedObjectPool<K,​V>
    Direct Known Subclasses:
    GenericKeyedObjectPool, StackKeyedObjectPool

    public abstract class BaseKeyedObjectPool<K,​V>
    extends Object
    implements KeyedObjectPool<K,​V>
    A simple base implementation of KeyedObjectPool. Optional operations are implemented to either do nothing, return a value indicating it is unsupported or throw UnsupportedOperationException.
    Since:
    Pool 1.0
    Version:
    $Revision: 1222396 $ $Date: 2011-12-22 14:02:25 -0500 (Thu, 22 Dec 2011) $
    Author:
    Rodney Waldhoff, Sandy McArthur