Class GenericKeyedObjectPool<K,E extends Poolable>

java.lang.Object
com.landawn.abacus.pool.AbstractPool
com.landawn.abacus.pool.GenericKeyedObjectPool<K,E>
Type Parameters:
K - the key type
E -
All Implemented Interfaces:
KeyedObjectPool<K,E>, Pool, Serializable

public class GenericKeyedObjectPool<K,E extends Poolable> extends AbstractPool implements KeyedObjectPool<K,E>
Since:
0.8
Author:
Haiyang Li
See Also:
  • Method Details