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