Package mgui.interfaces.shapes.util
Class SectionSetIterator
java.lang.Object
mgui.interfaces.shapes.util.SectionSetIterator
- All Implemented Interfaces:
java.util.Iterator
- Direct Known Subclasses:
MorphSectionSetIterator
public class SectionSetIterator
extends java.lang.Object
implements java.util.Iterator
-
Constructor Summary
Constructors Constructor Description SectionSetIterator()
SectionSetIterator(SectionSet3DInt thisSet)
-
Method Summary
Modifier and Type Method Description int
getFirstSection()
int
getLastSection()
int
getNextSection()
boolean
hasNext()
java.lang.Object
next()
void
remove()
void
setSectionSet(SectionSet3DInt thisSet)
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 Details
-
SectionSetIterator
public SectionSetIterator() -
SectionSetIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfacejava.util.Iterator
-
next
public java.lang.Object next()- Specified by:
next
in interfacejava.util.Iterator
-
getNextSection
public int getNextSection() -
getFirstSection
public int getFirstSection() -
getLastSection
public int getLastSection() -
remove
public void remove()- Specified by:
remove
in interfacejava.util.Iterator
-
setSectionSet
-