protected class AdjacencyListGraph.NodeIterator<T extends Node>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
(package private) int |
iNext |
(package private) int |
iPrev |
Modifier | Constructor and Description |
---|---|
protected |
AdjacencyListGraph.NodeIterator() |