public class ByteTrieNodeCompiler<T> extends Object
| Constructor and Description |
|---|
ByteTrieNodeCompiler(boolean compressed) |
| Modifier and Type | Method and Description |
|---|---|
ByteTrieNode<T> |
compileAndLink(PreByteTrieNode<T> node) |
ByteTrieNode<T>[] |
compileAndLink(PreByteTrieNode<T>[] node) |
ByteTrieSingleNode<T> |
subsume(byte key,
ByteTrieNode<T> value,
T attached) |
public ByteTrieNode<T>[] compileAndLink(PreByteTrieNode<T>[] node)
public ByteTrieNode<T> compileAndLink(PreByteTrieNode<T> node)
public ByteTrieSingleNode<T> subsume(byte key, ByteTrieNode<T> value, T attached)
Copyright © 2017. All rights reserved.