| Package | Description |
|---|---|
| net.amygdalum.stringsearchalgorithms.search.bytes |
| Modifier and Type | Method and Description |
|---|---|
TrieNode<T> |
TrieNode.extend(byte[] bytes,
int i) |
TrieNode<T> |
TrieNode.extend(byte[] bytes,
T attach) |
TrieNode<T> |
TrieNode.getFallback() |
TrieNode<T> |
TrieNode.nextNode(byte b) |
TrieNode<T> |
TrieNode.nextNode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<TrieNode<T>> |
TrieNode.getNexts() |
Set<TrieNode<T>> |
TrieNode.nodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrieNode.addFallback(TrieNode<T> fallback) |
void |
TrieNode.addNext(byte b,
TrieNode<T> node) |
Copyright © 2016. All rights reserved.