Package org.jbox2d.pooling
package org.jbox2d.pooling
Interfaces and shared abstractions for reusing temporary objects during
JBox2D simulation steps.
-
InterfacesClassDescriptionDynamicStack<E>Same functionality of a regular java.util stack.OrderedStack<E>This stack assumes that when you push 'n' items back, you're pushing back the last 'n' items popped.World pool interface