public final class TraversalState<E,N extends OpenNode<E,N>> extends Object
Keeps track of the children of a node that have not yet been traversed.
TraversalState(N node)
N
getNode()
boolean
hasNextChild()
nextChild()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TraversalState(N node)
public N getNode()
public boolean hasNextChild()
public N nextChild()
Copyright © 2014–2016. All rights reserved.