-
public final class PoolsHelper class for creating pools of objects. An example use looks like this:
public class MyPooledClass { private static final SynchronizedPoolsPool = new SynchronizedPool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePools.PoolInterface for managing a pool of objects.
public classPools.SimplePoolSimple (non-synchronized) pool of objects.
public classPools.SynchronizedPoolSynchronized) pool of objects.
-