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>

protected static class AbstractTrie.TrieIterator<V,S> extends Object implements Iterator<V>
Iterator for this Trie.
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<V>
    • next

      public V next()
      Specified by:
      next in interface Iterator<V>
    • reset

      public void reset()
      Resets this iterator.