public abstract class NodeWorkList extends Object implements Iterable<Node>
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeWorkList.IterativeNodeWorkList |
private class |
NodeWorkList.QueueConsumingIterator |
static class |
NodeWorkList.SingletonNodeWorkList |
| Modifier | Constructor and Description |
|---|---|
private |
NodeWorkList(Graph graph,
boolean fill) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(Node node) |
void |
addAll(Iterable<? extends Node> nodes) |
abstract boolean |
contains(Node node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorprivate NodeWorkList(Graph graph, boolean fill)