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 intgetFirstSection()intgetLastSection()intgetNextSection()booleanhasNext()java.lang.Objectnext()voidremove()voidsetSectionSet(SectionSet3DInt thisSet)Methods 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
-
SectionSetIterator
public SectionSetIterator() -
SectionSetIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator
-
next
public java.lang.Object next()- Specified by:
nextin interfacejava.util.Iterator
-
getNextSection
public int getNextSection() -
getFirstSection
public int getFirstSection() -
getLastSection
public int getLastSection() -
remove
public void remove()- Specified by:
removein interfacejava.util.Iterator
-
setSectionSet
-