| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Field and Description |
|---|---|
protected TrieMap<V> |
TrieMap.parent
maps to parent
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeMap<Character,TrieMap<V>> |
TrieMap.children
Holds the children
|
| Modifier and Type | Method and Description |
|---|---|
protected TrieMap<V> |
TrieMap.get(CharSequence s,
int start,
boolean create)
Get the subtrie corresponding to the substring of sequence s starting from 'start'.
|
| Constructor and Description |
|---|
TrieMap(TrieMap<V> p)
Constructs a Trie
|
Copyright © 2018. All rights reserved.