org.jbox2d.pooling.arrays
Class IntArray

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

public class IntArray
extends Object

Not thread safe int[] pooling

Author:
Daniel Murphy

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

Constructor Detail

IntArray

public IntArray()
Method Detail

get

public int[] get(int argLength)

getInitializedArray

protected int[] getInitializedArray(int argLength)


Copyright © 2013. All Rights Reserved.