Interface SymbolIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      ChangeModifier and Type Method Description
      boolean hasNext()
      Return true if there is a next symbol.
      Symbol next()
      Get the next symbol or null if no more symbols.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove

Method Detail