|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.x8ing.lsm4j.state.StaticGraph.StateIterator
protected static class StaticGraph.StateIterator
TODO implement stateiterator and transition iterator!!! Iterates over all states in the graph.
Constructor Summary | |
---|---|
protected |
StaticGraph.StateIterator(java.util.Map outgoings)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
Type: StaticState |
void |
remove()
Not supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StaticGraph.StateIterator(java.util.Map outgoings)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
StaticState
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |