org.eviline.ai
Class AbstractPlayer.AbstractPlayerIterator
java.lang.Object
org.eviline.ai.AbstractPlayer.AbstractPlayerIterator
- All Implemented Interfaces:
- Iterator<PlayerAction>
- Enclosing class:
- AbstractPlayer
protected class AbstractPlayer.AbstractPlayerIterator
- extends Object
- implements Iterator<PlayerAction>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPlayer.AbstractPlayerIterator
protected AbstractPlayer.AbstractPlayerIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<PlayerAction>
next
public PlayerAction next()
- Specified by:
next
in interface Iterator<PlayerAction>
remove
public void remove()
- Specified by:
remove
in interface Iterator<PlayerAction>
Copyright © 2013. All Rights Reserved.