public static final class NodeWorkList.IterativeNodeWorkList extends NodeWorkList
NodeWorkList.IterativeNodeWorkList, NodeWorkList.SingletonNodeWorkList| Modifier and Type | Field and Description |
|---|---|
protected NodeBitMap |
inQueue |
worklist| Constructor and Description |
|---|
IterativeNodeWorkList(Graph graph,
boolean fill,
int iterationLimitPerNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Node node) |
boolean |
contains(Node node) |
Iterator<Node> |
iterator() |
addAllclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected NodeBitMap inQueue
public IterativeNodeWorkList(Graph graph, boolean fill, int iterationLimitPerNode)
public void add(Node node)
add in class NodeWorkListpublic boolean contains(Node node)
contains in class NodeWorkList