| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Field and Description |
|---|---|
protected Trie |
Trie.parent
maps to parent
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeMap<Character,Trie> |
Trie.children
Holds the children
|
| Constructor and Description |
|---|
Trie(Trie p)
Constructs a Trie
|
Copyright © 2018. All rights reserved.