Class ResultsIterator
java.lang.Object
pl.sgjp.morfeusz.ResultsIterator
- All Implemented Interfaces:
Iterator<MorphInterpretation>
Iterates through morphological analysis and synthesis results.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResultsIterator(pl.sgjp.morfeusz._ResultsIterator realIt) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ResultsIterator
protected ResultsIterator(pl.sgjp.morfeusz._ResultsIterator realIt)
-
-
Method Details
-
remove
public void remove()Removing of elements from this iterator is not supported.- Specified by:
removein interfaceIterator<MorphInterpretation>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<MorphInterpretation>
-
peek
-
next
- Specified by:
nextin interfaceIterator<MorphInterpretation>- Throws:
NoSuchElementException
-