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>
-
Method Details
-
hasNext
-
next
-
reset
public void reset()Resets this iterator.
-