public class DynamicTree.TreeNodeStack
extends java.lang.Object
Constructor and Description |
---|
TreeNodeStack(int initialSize) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
DynamicTreeNode |
pop() |
void |
push(DynamicTreeNode i) |
void |
reset() |
public void reset()
public DynamicTreeNode pop()
public void push(DynamicTreeNode i)
public int getCount()
Copyright © 2017. All Rights Reserved.