Interface TextIterator

All Superinterfaces:
Iterator<String>
All Known Implementing Classes:
AbstractTextIterator, AccurateSrxTextIterator, FastTextIterator, ScannerSrxTextIterator, SrxTextIterator

public interface TextIterator extends Iterator<String>
Text iterator interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    void
    Unsupported operation.

    Methods inherited from interface java.util.Iterator

    forEachRemaining