Searched defs:TObjectPool (Results 1 - 1 of 1) sorted by path

/external/replicaisland/src/com/replica/replicaisland/
H A DTObjectPool.java20 * TObjectPool is a generic version of ObjectPool that automatically casts to type T on
25 public abstract class TObjectPool<T> extends ObjectPool { class in inherits:ObjectPool
27 public TObjectPool() { method in class:TObjectPool
31 public TObjectPool(int size) { method in class:TObjectPool

Completed in 253 milliseconds