ai.planning.strips
Class WorldState.MetaIterator<E>

java.lang.Object
  extended by ai.planning.strips.WorldState.MetaIterator<E>
All Implemented Interfaces:
java.util.Iterator<E>
Enclosing class:
WorldState

protected static class WorldState.MetaIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>


Constructor Summary
WorldState.MetaIterator(java.util.Collection<? extends java.util.Collection<E>> cse)
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldState.MetaIterator

public WorldState.MetaIterator(java.util.Collection<? extends java.util.Collection<E>> cse)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<E>

next

public E next()
Specified by:
next in interface java.util.Iterator<E>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<E>