Class DynamicTree.TreeNodeStack

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

public class DynamicTree.TreeNodeStack extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
    private DynamicTreeNode[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TreeNodeStack(int initialSize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    pop()
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • stack

      private DynamicTreeNode[] stack
    • size

      private int size
    • position

      private int position
  • Constructor Details

    • TreeNodeStack

      public TreeNodeStack(int initialSize)
  • Method Details