Class DepthListNode.ReverseDepthListIterator
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.DepthListNode.ReverseDepthListIterator
-
- Enclosing class:
- DepthListNode
public class DepthListNode.ReverseDepthListIterator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReverseDepthListIterator(DepthListNode start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasPrev()
AbstractGameObject
prev()
-
-
-
Constructor Detail
-
ReverseDepthListIterator
public ReverseDepthListIterator(DepthListNode start)
- Parameters:
start
-
-
-
Method Detail
-
hasPrev
public boolean hasPrev()
- Returns:
-
prev
public AbstractGameObject prev()
- Returns:
-
-