Class AbstractTextIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void remove()
      Unsupported operation.
      java.lang.String toString​(java.util.List<LanguageRule> languageRuleList)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • AbstractTextIterator

        public AbstractTextIterator()
    • Method Detail

      • remove

        public void remove()
        Unsupported operation.
        Specified by:
        remove in interface java.util.Iterator<java.lang.String>
        Specified by:
        remove in interface TextIterator
      • toString

        public java.lang.String toString​(java.util.List<LanguageRule> languageRuleList)