Package arc.util.pooling
package arc.util.pooling
-
ClassDescriptionPool<T>A pool of objects that can be reused to avoid allocation.Objects implementing this interface will have
Pool.Poolable.reset()
called when passed toPool.free(Object)
.Stores a map ofPool
s by type for convenient static access.