Package com.prineside.tdi2.utils
Class SafePools.AlwaysAllocatingPool<T>
java.lang.Object
com.prineside.tdi2.utils.SafePools.AlwaysAllocatingPool<T>
- All Implemented Interfaces:
SafePools.Pool<T>
- Enclosing class:
- SafePools
public static final class SafePools.AlwaysAllocatingPool<T>
extends Object
implements SafePools.Pool<T>
-
Method Summary
-
Method Details
-
newObject
- Specified by:
newObject
in interfaceSafePools.Pool<T>
-
obtain
- Specified by:
obtain
in interfaceSafePools.Pool<T>
-
free
- Specified by:
free
in interfaceSafePools.Pool<T>
-