Package mgui.morph.sections.util
Class MorphSectionSetIterator
java.lang.Object
mgui.interfaces.shapes.util.SectionSetIterator
mgui.morph.sections.util.MorphSectionSetIterator
- All Implemented Interfaces:
java.util.Iterator
public class MorphSectionSetIterator extends SectionSetIterator
-
Constructor Summary
Constructors Constructor Description MorphSectionSetIterator(MorphSections3DInt thisSet)
-
Method Summary
Modifier and Type Method Description int
getFirstSection()
int
getLastSection()
int
getNextSection()
boolean
hasNext()
java.lang.Object
next()
void
remove()
void
setMorphSectionSet(MorphSections3DInt thisSet)
Methods inherited from class mgui.interfaces.shapes.util.SectionSetIterator
setSectionSet
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
-
MorphSectionSetIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfacejava.util.Iterator
- Overrides:
hasNext
in classSectionSetIterator
-
next
public java.lang.Object next()- Specified by:
next
in interfacejava.util.Iterator
- Overrides:
next
in classSectionSetIterator
-
getNextSection
public int getNextSection()- Overrides:
getNextSection
in classSectionSetIterator
-
getFirstSection
public int getFirstSection()- Overrides:
getFirstSection
in classSectionSetIterator
-
getLastSection
public int getLastSection()- Overrides:
getLastSection
in classSectionSetIterator
-
remove
public void remove()- Specified by:
remove
in interfacejava.util.Iterator
- Overrides:
remove
in classSectionSetIterator
-
setMorphSectionSet
-