org.jbox2d.collision.broadphase
Class DynamicTree.TreeNodeStack
java.lang.Object
org.jbox2d.collision.broadphase.DynamicTree.TreeNodeStack
- Enclosing class:
- DynamicTree
public class DynamicTree.TreeNodeStack
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicTree.TreeNodeStack
public DynamicTree.TreeNodeStack(int initialSize)
reset
public void reset()
pop
public DynamicTreeNode pop()
push
public void push(DynamicTreeNode i)
getCount
public int getCount()
Copyright © 2013. All Rights Reserved.