Uses of Interface
com.jgalgo.graph.EdgeIter
Packages that use 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
Methods in com.jgalgo.alg.common that return EdgeIter -
Uses of EdgeIter in com.jgalgo.graph
Subinterfaces of EdgeIter in com.jgalgo.graphModifier and TypeInterfaceDescriptioninterface
Iterator used to iterate over int graph edges.Methods in com.jgalgo.graph that return EdgeIterModifier 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.