org.jbox2d.pooling.arrays
Class FloatArray

java.lang.Object
  extended by org.jbox2d.pooling.arrays.FloatArray

public class FloatArray
extends Object

Not thread safe float[] pooling.

Author:
Daniel

Constructor Summary
FloatArray()
           
 
Method Summary
 float[] get(int argLength)
           
protected  float[] getInitializedArray(int argLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatArray

public FloatArray()
Method Detail

get

public float[] get(int argLength)

getInitializedArray

protected float[] getInitializedArray(int argLength)


Copyright © 2013. All Rights Reserved.