org.scijava.menu
Class ShadowMenuIterator
java.lang.Object
org.scijava.menu.ShadowMenuIterator
- All Implemented Interfaces:
- Iterator<ModuleInfo>
public class ShadowMenuIterator
- extends Object
- implements Iterator<ModuleInfo>
Recursive iterator for ShadowMenu
hierarchies.
- Author:
- Curtis Rueden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShadowMenuIterator
public ShadowMenuIterator(ShadowMenu node)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<ModuleInfo>
next
public ModuleInfo next()
- Specified by:
next
in interface Iterator<ModuleInfo>
remove
public void remove()
- Specified by:
remove
in interface Iterator<ModuleInfo>
Copyright © 2009–2014 SciJava. All rights reserved.