public class Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Level |
java.util.Hashtable<java.lang.Integer,SubTree> |
root |
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
void |
addElementToHashTable(int key,
SubTree value) |