Uses of Interface
gzz.util.Pool.Poolable

Packages that use Pool.Poolable
gzz.util   
 

Uses of Pool.Poolable in gzz.util
 

Classes in gzz.util that implement Pool.Poolable
static class Pool.AbstractPoolable
          An abstract implementation of Poolable.
 

Fields in gzz.util declared as Pool.Poolable
protected  Pool.Poolable[] Pool.cache
          The cache of Poolables.
 

Methods in gzz.util that return Pool.Poolable
protected abstract  Pool.Poolable Pool.create()
          Create a new object of the type cached by this Pool.
protected  Pool.Poolable Pool.getObject()
          Get a Placeable object not yet casted to the class this Pool caches.