private static final class Edges.EdgesWithModCountIterator extends Edges.EdgesIterator
| Modifier and Type | Field and Description |
|---|---|
private int |
modCount |
count, directCount, edges, index, list, needsForward, nextElement, node, offsets, subIndex| Modifier | Constructor and Description |
|---|---|
private |
EdgesWithModCountIterator(Node node,
Edges edges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Node |
next() |
Position |
nextPosition() |
forward, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate final int modCount
private EdgesWithModCountIterator(Node node, Edges edges)
public boolean hasNext()
hasNext in interface Iterator<Node>hasNext in class Edges.EdgesIteratorpublic Node next()
next in interface Iterator<Node>next in class Edges.EdgesIteratorpublic Position nextPosition()
nextPosition in interface NodePosIteratornextPosition in class Edges.EdgesIterator