public static final class NodeWorkList.SingletonNodeWorkList extends NodeWorkList
NodeWorkList.IterativeNodeWorkList, NodeWorkList.SingletonNodeWorkList
Modifier and Type | Field and Description |
---|---|
protected NodeBitMap |
visited |
worklist
Constructor and Description |
---|
SingletonNodeWorkList(Graph graph) |
Modifier and Type | Method and Description |
---|---|
void |
add(Node node) |
boolean |
contains(Node node) |
Iterator<Node> |
iterator() |
addAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected final NodeBitMap visited
public SingletonNodeWorkList(Graph graph)