| Package | Description |
|---|---|
| com.illucit.instatrie.trie |
| Modifier and Type | Class and Description |
|---|---|
static class |
TrieNode.TrieNodeBrothersIterable<T extends Serializable>
Iterable to iterate over a node and all its next brothers.
|
static class |
TrieNode.TrieNodeDescendantsIterable<T extends Serializable>
Iterable to iterate over a node and all its descendants (all children and
children's children).
|
| Modifier and Type | Method and Description |
|---|---|
TrieNode.TrieNodeIterable<T> |
TrieNode.brothers()
Get iterable (for use in foreach loop) to iterate over this node and all
of its next brothers.
|
TrieNode.TrieNodeIterable<T> |
TrieNode.children()
Get iterable (for use in foreach loop) to iterate over all children of
this node.
|
TrieNode.TrieNodeIterable<T> |
TrieNode.descendants()
Get iterable (for use in foreach loop) to iterate over the node and all
of its descendants (its children and their children and so on).
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.