Class BasicTranslationPackage.TranslationIterator

  • All Implemented Interfaces:
    java.util.Iterator<Translation>
    Enclosing class:
    BasicTranslationPackage

    protected class BasicTranslationPackage.TranslationIterator
    extends java.lang.Object
    implements java.util.Iterator<Translation>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      protected boolean isDone()  
      protected void moveNext()  
      Translation next()  
      protected void nextBundle()  
      void remove()  
      • 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
    • Constructor Detail

      • TranslationIterator

        public TranslationIterator()
    • Method Detail

      • isDone

        protected boolean isDone()
      • nextBundle

        protected void nextBundle()
      • moveNext

        protected void moveNext()
      • hasNext

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

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<Translation>