Class SuggestTree.Iterator

  • Enclosing class:
    SuggestTree

    public class SuggestTree.Iterator
    extends Object
    An iterator over the terms in the tree. The iterator returns the terms in alphabetical order and allows the caller to remove returned terms from the tree during the iteration.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if the iteration has more terms.
        Returns:
        true if the iteration has more terms