ai.search
Class AbstractSearchStateForIntCostFn.GenericSuccessorIterator

java.lang.Object
  extended by ai.search.AbstractSearchStateForIntCostFn.GenericSuccessorIterator
All Implemented Interfaces:
java.util.Iterator<inf.util.Pair<IntCostAction,SearchStateForIntCostFn>>
Enclosing class:
AbstractSearchStateForIntCostFn

 class AbstractSearchStateForIntCostFn.GenericSuccessorIterator
extends java.lang.Object
implements java.util.Iterator<inf.util.Pair<IntCostAction,SearchStateForIntCostFn>>


Constructor Summary
AbstractSearchStateForIntCostFn.GenericSuccessorIterator()
           
 
Method Summary
 boolean hasNext()
           
 inf.util.Pair<IntCostAction,SearchStateForIntCostFn> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSearchStateForIntCostFn.GenericSuccessorIterator

AbstractSearchStateForIntCostFn.GenericSuccessorIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<inf.util.Pair<IntCostAction,SearchStateForIntCostFn>>

next

public inf.util.Pair<IntCostAction,SearchStateForIntCostFn> next()
Specified by:
next in interface java.util.Iterator<inf.util.Pair<IntCostAction,SearchStateForIntCostFn>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<inf.util.Pair<IntCostAction,SearchStateForIntCostFn>>