org.eviline.ai
Class AbstractPlayer.AbstractPlayerIterator

java.lang.Object
  extended by org.eviline.ai.AbstractPlayer.AbstractPlayerIterator
All Implemented Interfaces:
Iterator<PlayerAction>
Enclosing class:
AbstractPlayer

protected class AbstractPlayer.AbstractPlayerIterator
extends Object
implements Iterator<PlayerAction>


Constructor Summary
protected AbstractPlayer.AbstractPlayerIterator()
           
 
Method Summary
 boolean hasNext()
           
 PlayerAction next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPlayer.AbstractPlayerIterator

protected AbstractPlayer.AbstractPlayerIterator()
Method Detail

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.