Class PlotItem.ItmItr

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

    private static class PlotItem.ItmItr
    extends java.lang.Object
    implements java.util.Iterator<PlotItem>
    Recursive iterator
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Iterator<PlotItem> cur  
      (package private) PlotItem next  
      (package private) java.util.Iterator<PlotItem> sub  
    • Constructor Summary

      Constructors 
      Constructor Description
      ItmItr​(PlotItem start)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      PlotItem next()  
      • 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, remove
    • Constructor Detail

      • ItmItr

        public ItmItr​(PlotItem start)
        Constructor.
    • Method Detail

      • hasNext

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

        public PlotItem next()
        Specified by:
        next in interface java.util.Iterator<PlotItem>