Uses of Interface
org.graph4j.SuccessorIterator
Packages that use SuccessorIterator
-
Uses of SuccessorIterator in org.graph4j
Methods in org.graph4j that return SuccessorIteratorModifier and TypeMethodDescriptiondefault SuccessorIterator<E> Digraph.successorIterator(int v) Creates an iterator over the successors of v.Digraph.successorIterator(int v, int pos) Creates an iterator over the edges incident from v, returning the successors of v, starting from a specified position in the successors adjacency list of v, along with information regarding their edges.