Package zombie.util
Class PooledFloatArrayObject
java.lang.Object
zombie.util.PooledObject
zombie.util.PooledFloatArrayObject
- All Implemented Interfaces:
IPooledObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PooledFloatArrayObjectalloc(int int1) float[]array()floatget(int int1) intlength()voidset(int int1, float float1) static PooledFloatArrayObjecttoArray(PooledFloatArrayObject pooledFloatArrayObject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.util.IPooledObject
onReleased
-
Constructor Details
-
PooledFloatArrayObject
public PooledFloatArrayObject()
-
-
Method Details
-
alloc
-
toArray
-
array
public float[] array() -
get
public float get(int int1) -
set
public void set(int int1, float float1) -
length
public int length()
-