choco.kernel.common.util.disposable
Class PoolManager<E extends IStored>
java.lang.Object
choco.kernel.common.util.disposable.PoolManager<E>
- All Implemented Interfaces:
- Serializable
public class PoolManager<E extends IStored>
- extends Object
- implements Serializable
- Since:
- 17/02/11
- Author:
- Charles Prud'homme
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolManager
public PoolManager()
PoolManager
public PoolManager(int initialSize)
getE
public E getE()
returnE
public void returnE(E element)
Copyright © 2012. All Rights Reserved.