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 boolean
hasNext()
AbstractGameObject
next()
-
-
-
Constructor Detail
-
DepthListIterator
public DepthListIterator(DepthListNode start)
- Parameters:
start
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<AbstractGameObject>
-
next
public AbstractGameObject next()
- Specified by:
next
in interfacejava.util.Iterator<AbstractGameObject>
-
-