Package org.jbox2d.pooling.normal
Class MutableStack<E>
java.lang.Object
org.jbox2d.pooling.normal.MutableStack<E>
- All Implemented Interfaces:
DynamicStack<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableStack
public MutableStack(int argInitSize)
-
-
Method Details
-
pop
Description copied from interface:DynamicStackPops an item off the stack- Specified by:
popin interfaceDynamicStack<E>
-
push
Description copied from interface:DynamicStackPushes an item back on the stack- Specified by:
pushin interfaceDynamicStack<E>
-
newInstance
Creates a new instance of the object contained by this stack. -
newArray
-