Package 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 forShadowMenuhierarchies.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description ShadowMenuIterator(ShadowMenu node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ModuleInfonext()voidremove()-
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
-
-
-
-
Constructor Detail
-
ShadowMenuIterator
public ShadowMenuIterator(ShadowMenu node)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ModuleInfo>
-
next
public ModuleInfo next()
- Specified by:
nextin interfaceIterator<ModuleInfo>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<ModuleInfo>
-
-