Uses of Interface
org.graph4j.NeighborIterator
Packages that use NeighborIterator
-
Uses of NeighborIterator in org.graph4j
Subinterfaces of NeighborIterator in org.graph4jModifier and TypeInterfaceDescriptioninterfaceEnables iteration over the edges incident to a target vertex, returning one by one the predecessors of the target along with information regarding the corresponding edge.interfaceEnables 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.Methods in org.graph4j that return NeighborIteratorModifier and TypeMethodDescriptionDigraph.neighborIterator(int v, boolean allEdges) default NeighborIterator<E> Graph.neighborIterator(int v) Creates an iterator over the neighbors of a vertex.Graph.neighborIterator(int v, int pos) Creates an iterator over the neighbors of a vertex, starting from a specified position in the adjacency list.