Package zombie.util
Class PooledFloatArrayObject
java.lang.Object
zombie.util.PooledObject
zombie.util.PooledFloatArrayObject
- All Implemented Interfaces:
IPooledObject
public final class PooledFloatArrayObject extends PooledObject
-
Constructor Summary
Constructors Constructor Description PooledFloatArrayObject()
-
Method Summary
Modifier and Type Method Description static PooledFloatArrayObject
alloc(int int1)
float[]
array()
float
get(int int1)
int
length()
void
set(int int1, float float1)
static PooledFloatArrayObject
toArray(PooledFloatArrayObject pooledFloatArrayObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-