- java.lang.Object
-
- ch.bind.philib.pool.object.PoolBase<T>
-
- ch.bind.philib.pool.object.SoftRefPool<T>
-
-
Constructor Summary
Constructors Constructor Description SoftRefPool(ObjectManager<T> manager, int maxEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumPooled()protected booleanoffer(T value)protected Tpoll()-
Methods inherited from class ch.bind.philib.pool.object.PoolBase
clear, getPoolStats, recycle, take
-
-
-
-
Constructor Detail
-
SoftRefPool
public SoftRefPool(ObjectManager<T> manager, int maxEntries)
-
-