Package samer.tools

Class CompoundTask.Iterator

  • java.lang.Object
    • samer.tools.CompoundTask.Iterator
  • All Implemented Interfaces:
    java.util.Iterator
    Enclosing class:
    CompoundTask


    public class CompoundTask.Iterator
    extends java.lang.Object
    implements java.util.Iterator
    • Constructor Summary

      Constructors 
      Constructor and Description
      Iterator() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean hasNext() 
      boolean more() 
      Task next() 
      void remove() 
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iterator

        public Iterator()
    • Method Detail

      • more

        public final boolean more()
      • hasNext

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

        public final Task next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public final void remove()
        Specified by:
        remove in interface java.util.Iterator