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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final int modCount
private EdgesWithModCountIterator(Node node, Edges edges)
public boolean hasNext()
hasNext
in interface Iterator<Node>
hasNext
in class Edges.EdgesIterator
public Node next()
next
in interface Iterator<Node>
next
in class Edges.EdgesIterator
public Position nextPosition()
nextPosition
in interface NodePosIterator
nextPosition
in class Edges.EdgesIterator