Package net.mtrop.doom.struct.trie
Class AbstractTrie.TrieIterator<V,S>
java.lang.Object
net.mtrop.doom.struct.trie.AbstractTrie.TrieIterator<V,S>
- Type Parameters:
V
- the value type that this holds.S
- the type of the split segments used for searching.
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
- AbstractTrie<V,
S>
Iterator for this Trie.