Package org.graph4j
Interface SuccessorIterator<E>
- Type Parameters:
E- the type of edge labels.
- All Superinterfaces:
NeighborIterator<E>
Enables iteration over the edges incident from a source vertex, returning one
by one the successors of the source along with information regarding the
corresponding edge.
Used in directed graphs.
- Author:
- Cristian Frăsinaru
-
Method Summary
Methods inherited from interface org.graph4j.NeighborIterator
adjListPos, edge, getEdgeData, getEdgeData, getEdgeLabel, getEdgeWeight, hasNext, hasPrevious, incEdgeData, isPredecessor, isSuccessor, next, previous, removeEdge, setEdgeData, setEdgeLabel, setEdgeWeight