public class DynamicTree.TreeNodeStack

  1. Object
  2. DynamicTree.TreeNodeStack

Constructors

public TreeNodeStack(int initialSize)

Methods

public void reset()
public DynamicTreeNode pop()
public void push(DynamicTreeNode i)
public int getCount()

Inherited methods

Constructor details

TreeNodeStack

public TreeNodeStack(int initialSize)

Method details

reset

public void reset()

pop

public DynamicTreeNode pop()

push

public void push(DynamicTreeNode i)

getCount

public int getCount()