org.jbox2d.pooling.arrays
Class DynamicTLArray<I>

java.lang.Object
  extended by org.jbox2d.pooling.arrays.DynamicTLArray<I>
Direct Known Subclasses:
Vec2Array

public abstract class DynamicTLArray<I>
extends Object


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

Constructor Detail

DynamicTLArray

public DynamicTLArray()
Method Detail

get

public I[] get(int argLength)

getInitializedArray

protected abstract I[] getInitializedArray(int argLength)


Copyright © 2011. All Rights Reserved.