de.lmu.ifi.dbs.elki.visualization.gui.overview
Class PlotItem.ItmItr

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotItem.ItmItr
All Implemented Interfaces:
Iterator<PlotItem>
Enclosing class:
PlotItem

private class PlotItem.ItmItr
extends Object
implements Iterator<PlotItem>

Recursive iterator


Field Summary
(package private)  Iterator<PlotItem> cur
           
(package private)  PlotItem next
           
(package private)  Iterator<PlotItem> sub
           
 
Constructor Summary
PlotItem.ItmItr()
          Constructor.
 
Method Summary
 boolean hasNext()
           
 PlotItem next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

PlotItem next

cur

Iterator<PlotItem> cur

sub

Iterator<PlotItem> sub
Constructor Detail

PlotItem.ItmItr

public PlotItem.ItmItr()
Constructor.

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<PlotItem>

next

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

remove

public void remove()
Specified by:
remove in interface Iterator<PlotItem>

Release 0.4.0 (2011-09-20_1324)