public class Trie extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALPHA_SIZE
Size of the m_nextChar array.
|
| Constructor and Description |
|---|
Trie()
Construct the trie.
|
public static final int ALPHA_SIZE
Copyright © 2018–2021 mhoffrogge. All rights reserved.