Package zombie.core.physics
Class ArrayPool
java.lang.Object
zombie.core.physics.ArrayPool
public class ArrayPool
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ArrayPool(java.lang.Class javaClass) -
Method Summary
Modifier and Type Method Description static voidcleanCurrentThread()static ArrayPoolget(java.lang.Class javaClass)java.lang.ObjectgetAtLeast(int int1)java.lang.ObjectgetFixed(int int1)voidrelease(java.lang.Object object)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayPool
public ArrayPool(java.lang.Class javaClass)
-
-
Method Details
-
getFixed
public java.lang.Object getFixed(int int1) -
getAtLeast
public java.lang.Object getAtLeast(int int1) -
release
public void release(java.lang.Object object) -
get
-
cleanCurrentThread
public static void cleanCurrentThread()
-