Package org.jbox2d.pooling
-
Interface Summary Interface Description IDynamicStack<E> Same functionality of a regular java.util stack.IOrderedStack<E> This stack assumes that when you push 'n' items back, you're pushing back the last 'n' items popped.IWorldPool World pool interface