Package net.dermetfan.gdx.utils
Class ReflectionArrayPool<T>
java.lang.Object
net.dermetfan.gdx.utils.ArrayPool<T>
net.dermetfan.gdx.utils.ReflectionArrayPool<T>
public class ReflectionArrayPool<T> extends ArrayPool<T>
an ArrayPool that creates new arrays using reflection
- Since:
- 0.11.1
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ReflectionArrayPool(java.lang.Class<T> type, int max, int maxEach)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait