org.jbox2d.collision.broadphase
Class DynamicTree.TreeNodeStack

java.lang.Object
  extended by org.jbox2d.collision.broadphase.DynamicTree.TreeNodeStack
Enclosing class:
DynamicTree

public class DynamicTree.TreeNodeStack
extends Object


Constructor Summary
DynamicTree.TreeNodeStack(int initialSize)
           
 
Method Summary
 int getCount()
           
 DynamicTreeNode pop()
           
 void push(DynamicTreeNode i)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTree.TreeNodeStack

public DynamicTree.TreeNodeStack(int initialSize)
Method Detail

reset

public void reset()

pop

public DynamicTreeNode pop()

push

public void push(DynamicTreeNode i)

getCount

public int getCount()


Copyright © 2013. All Rights Reserved.