Package org.rspeer.game.adapter
Class NodeDeque<T extends RSNode>
- java.lang.Object
-
- org.rspeer.game.adapter.Adapter<RSNodeDeque<T>>
-
- org.rspeer.game.adapter.NodeDeque<T>
-
- All Implemented Interfaces:
Iterable<T>
public class NodeDeque<T extends RSNode> extends Adapter<RSNodeDeque<T>> implements Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description NodeDeque(RSNodeDeque<T> raw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSize()
T
head()
Iterator<T>
iterator()
T
next()
-
Methods inherited from class org.rspeer.game.adapter.Adapter
getProvider, validate
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-