Uses of Interface
com.jgalgo.graph.EdgeIter
Package
Description
Package for common classes and interfaces used by the algorithms in the JGAlgo library.
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of EdgeIter in com.jgalgo.alg.common
-
Uses of EdgeIter in com.jgalgo.graph
Modifier and TypeInterfaceDescriptioninterface
Iterator used to iterate over int graph edges.Modifier and TypeMethodDescriptionstatic <V,
E> EdgeIter <V, E> IndexIdMaps.indexToIdEdgeIter
(Graph<V, E> g, IEdgeIter indexIter) EdgeSet.iterator()
Return an edge iterator that iterate over the edges in this set.