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 intgetFirstSection()intgetLastSection()intgetNextSection()booleanhasNext()java.lang.Objectnext()voidremove()voidsetMorphSectionSet(MorphSections3DInt thisSet)Methods inherited from class mgui.interfaces.shapes.util.SectionSetIterator
setSectionSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
MorphSectionSetIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator- Overrides:
hasNextin classSectionSetIterator
-
next
public java.lang.Object next()- Specified by:
nextin interfacejava.util.Iterator- Overrides:
nextin classSectionSetIterator
-
getNextSection
public int getNextSection()- Overrides:
getNextSectionin classSectionSetIterator
-
getFirstSection
public int getFirstSection()- Overrides:
getFirstSectionin classSectionSetIterator
-
getLastSection
public int getLastSection()- Overrides:
getLastSectionin classSectionSetIterator
-
remove
public void remove()- Specified by:
removein interfacejava.util.Iterator- Overrides:
removein classSectionSetIterator
-
setMorphSectionSet
-