| Package | Description |
|---|---|
| net.amygdalum.util.tries |
| Modifier and Type | Method and Description |
|---|---|
PreByteTrieNode<T> |
PreByteTrieNode.extend(byte[] bytes,
int i) |
PreByteTrieNode<T> |
PreByteTrieNode.extend(byte[] bytes,
T attach) |
PreByteTrieNode<T> |
PreByteTrieNode.getLink() |
PreByteTrieNode<T> |
PreByteTrieNode.nextNode(byte b) |
PreByteTrieNode<T> |
PreByteTrieNode.nextNode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<PreByteTrieNode<T>> |
PreByteTrieNode.getNexts() |
Set<PreByteTrieNode<T>> |
PreByteTrieNode.nodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreByteTrieNode.addNext(byte b,
PreByteTrieNode<T> node) |
ByteTrieNode<T> |
ByteTrieNodeCompiler.compileAndLink(PreByteTrieNode<T> node) |
ByteTrieNode<T>[] |
ByteTrieNodeCompiler.compileAndLink(PreByteTrieNode<T>[] node) |
void |
PreByteTrieNode.link(PreByteTrieNode<T> link) |
Copyright © 2017. All rights reserved.