public class ShadowMenuIterator extends Object implements Iterator<ModuleInfo>
ShadowMenu
hierarchies.Constructor and Description |
---|
ShadowMenuIterator(ShadowMenu node) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ModuleInfo |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ShadowMenuIterator(ShadowMenu node)
public boolean hasNext()
hasNext
in interface Iterator<ModuleInfo>
public ModuleInfo next()
next
in interface Iterator<ModuleInfo>
public void remove()
remove
in interface Iterator<ModuleInfo>
Copyright © 2015–2022 SciJava. All rights reserved.