Class PooledFloatArrayObject
java.lang.Object
zombie.util.PooledObject
zombie.util.PooledFloatArrayObject
- All Implemented Interfaces:
IPooledObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PooledFloatArrayObject
alloc
(int count) float[]
array()
float
get
(int idx) int
length()
void
set
(int idx, float val) static PooledFloatArrayObject
toArray
(PooledFloatArrayObject source) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
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 idx) -
set
public void set(int idx, float val) -
length
public int length()
-