Package weka.core

Class Trie.TrieIterator

java.lang.Object
weka.core.Trie.TrieIterator
All Implemented Interfaces:
Iterator<String>, RevisionHandler
Enclosing class:
Trie

public static class Trie.TrieIterator extends Object implements Iterator<String>, RevisionHandler
Represents an iterator over a trie
Version:
$Revision: 10203 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
  • Constructor Details

    • TrieIterator

      public TrieIterator(Trie.TrieNode node)
      initializes the iterator
      Parameters:
      node - the node to use as root
  • Method Details

    • hasNext

      public boolean hasNext()
      Returns true if the iteration has more elements.
      Specified by:
      hasNext in interface Iterator<String>
      Returns:
      true if there is at least one more element
    • next

      public String next()
      Returns the next element in the iteration.
      Specified by:
      next in interface Iterator<String>
      Returns:
      the next element
    • remove

      public void remove()
      ignored
      Specified by:
      remove in interface Iterator<String>
    • getRevision

      public String getRevision()
      Returns the revision string.
      Specified by:
      getRevision in interface RevisionHandler
      Returns:
      the revision