com.bulletphysics.util
Class ObjectStackList<T>

java.lang.Object
  extended by com.bulletphysics.util.StackList<T>
      extended by com.bulletphysics.util.ObjectStackList<T>

public class ObjectStackList<T>
extends StackList<T>

Stack-based object pool for arbitrary objects, returning not supported.


Constructor Summary
ObjectStackList(Class<T> cls)
           
 
Method Summary
 
Methods inherited from class com.bulletphysics.util.StackList
get, pop, push, returning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStackList

public ObjectStackList(Class<T> cls)