Class ResultsIterator

  • All Implemented Interfaces:
    java.util.Iterator<MorphInterpretation>

    public class ResultsIterator
    extends java.lang.Object
    implements java.util.Iterator<MorphInterpretation>
    Iterates through morphological analysis and synthesis results.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ResultsIterator​(pl.sgjp.morfeusz._ResultsIterator realIt)  
    • Constructor Detail

      • ResultsIterator

        protected ResultsIterator​(pl.sgjp.morfeusz._ResultsIterator realIt)
    • Method Detail

      • remove

        public void remove()
        Removing of elements from this iterator is not supported.
        Specified by:
        remove in interface java.util.Iterator<MorphInterpretation>
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<MorphInterpretation>
      • next

        public MorphInterpretation next()
                                 throws java.util.NoSuchElementException
        Specified by:
        next in interface java.util.Iterator<MorphInterpretation>
        Throws:
        java.util.NoSuchElementException