Class DepthListNode.DepthListIterator
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.DepthListNode.DepthListIterator
-
- All Implemented Interfaces:
java.util.Iterator<AbstractGameObject>
- Enclosing class:
- DepthListNode
public class DepthListNode.DepthListIterator extends java.lang.Object implements java.util.Iterator<AbstractGameObject>
-
-
Constructor Summary
Constructors Constructor Description DepthListIterator(DepthListNode start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()AbstractGameObjectnext()
-
-
-
Constructor Detail
-
DepthListIterator
public DepthListIterator(DepthListNode start)
- Parameters:
start-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<AbstractGameObject>
-
next
public AbstractGameObject next()
- Specified by:
nextin interfacejava.util.Iterator<AbstractGameObject>
-
-