| Interface | Description |
|---|---|
| PrefixDictionary<T extends Serializable> |
Interface of a dictionary to store Strings together with payload data, with
efficient methods to find prefixes.
|
| TrieNode.TrieNodeIterable<T extends Serializable> |
Interface for itable classes with stream support for
TrieNodes. |
| Class | Description |
|---|---|
| Trie<T extends Serializable> |
Trie data structure to store string chains together with payload data.
|
| TrieNode<T extends Serializable> |
Node inside a
Trie. |
| TrieNode.TrieNodeBrothersIterable<T extends Serializable> |
Iterable to iterate over a node and all its next brothers.
|
| TrieNode.TrieNodeDescendantsIterable<T extends Serializable> |
Iterable to iterate over a node and all its descendants (all children and
children's children).
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.