Package net.loomchild.segment
Class AbstractTextIterator
java.lang.Object
net.loomchild.segment.AbstractTextIterator
- All Implemented Interfaces:
Iterator<String>
,TextIterator
- Direct Known Subclasses:
AccurateSrxTextIterator
,FastTextIterator
,ScannerSrxTextIterator
,SrxTextIterator
Represents abstract text iterator. Responsible for implementing remove
operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
Unsupported operation.toString
(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
Methods inherited from interface net.loomchild.segment.TextIterator
hasNext, next
-
Constructor Details
-
AbstractTextIterator
public AbstractTextIterator()
-
-
Method Details
-
remove
public void remove()Unsupported operation.- Specified by:
remove
in interfaceIterator<String>
- Specified by:
remove
in interfaceTextIterator
-
toString
-