Class DefaultWorldPool

java.lang.Object
org.jbox2d.pooling.normal.DefaultWorldPool
All Implemented Interfaces:
IWorldPool

public class DefaultWorldPool extends java.lang.Object implements IWorldPool
Provides object pooling for all objects used in the engine. Objects retrieved from here should only be used temporarily, and then pushed back (with the exception of arrays).