public class AlignmentSubAreaIterator<C extends TICComponent> extends Object implements Iterator<C>
ToolkitComponent
to an iterator of AlignmentSubArea
s.Constructor and Description |
---|
AlignmentSubAreaIterator(Iterator iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
C |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public AlignmentSubAreaIterator(Iterator iterator)