Package gaia.cu9.ari.gaiaorbit.util
Class SimplePool<T>
- java.lang.Object
-
- com.badlogic.gdx.utils.Pool<T>
-
- gaia.cu9.ari.gaiaorbit.util.SimplePool<T>
-
public class SimplePool<T> extends com.badlogic.gdx.utils.Pool<T>
-
-
Constructor Summary
Constructors Constructor Description SimplePool(java.lang.Class<T> type)
SimplePool(java.lang.Class<T> type, int initialCapacity)
SimplePool(java.lang.Class<T> type, int initialCapacity, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
newObject()
-