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:
 newObjectin interfaceSafePools.Pool<T>
 - 
obtain
- Specified by:
 obtainin interfaceSafePools.Pool<T>
 - 
free
- Specified by:
 freein interfaceSafePools.Pool<T>
 
 -