protected class AdjacencyListNode.EdgeIterator<T extends Edge>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected int |
iEnd |
protected int |
iNext |
protected int |
iPrev |
Modifier | Constructor and Description |
---|---|
protected |
AdjacencyListNode.EdgeIterator(char type) |