protected class AdjacencyListGraph.EdgeIterator<T extends Edge>
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.EdgeIterator() |