public class CharTrieNodeCompiler<T> extends Object
| Constructor and Description |
|---|
CharTrieNodeCompiler(boolean compressed) |
| Modifier and Type | Method and Description |
|---|---|
CharTrieNode<T> |
compileAndLink(PreCharTrieNode<T> node) |
CharTrieNode<T>[] |
compileAndLink(PreCharTrieNode<T>[] node) |
CharTrieSingleNode<T> |
subsume(char key,
CharTrieNode<T> value,
T attached) |
public CharTrieNode<T>[] compileAndLink(PreCharTrieNode<T>[] node)
public CharTrieNode<T> compileAndLink(PreCharTrieNode<T> node)
public CharTrieSingleNode<T> subsume(char key, CharTrieNode<T> value, T attached)
Copyright © 2017. All rights reserved.