public class ResultsIterator extends java.lang.Object implements java.util.Iterator<MorphInterpretation>
Modifier | Constructor and Description |
---|---|
protected |
ResultsIterator(pl.sgjp.morfeusz._ResultsIterator realIt) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
MorphInterpretation |
next() |
MorphInterpretation |
peek() |
void |
remove()
Removing of elements from this iterator is not supported.
|
protected ResultsIterator(pl.sgjp.morfeusz._ResultsIterator realIt)
public void remove()
remove
in interface java.util.Iterator<MorphInterpretation>
public boolean hasNext()
hasNext
in interface java.util.Iterator<MorphInterpretation>
public MorphInterpretation peek()
public MorphInterpretation next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<MorphInterpretation>
java.util.NoSuchElementException