|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotItem.ItmItr
private class PlotItem.ItmItr
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 |
---|
PlotItem next
Iterator<PlotItem> cur
Iterator<PlotItem> sub
Constructor Detail |
---|
public PlotItem.ItmItr()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<PlotItem>
public PlotItem next()
next
in interface Iterator<PlotItem>
public void remove()
remove
in interface Iterator<PlotItem>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |