Package org.jbox2d.pooling


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