Uses of Interface
com.jgalgo.graph.EdgeIter
-
Packages that use EdgeIter Package Description com.jgalgo.alg Algorithms for solving graph problems.com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of EdgeIter in com.jgalgo.alg
Methods in com.jgalgo.alg that return EdgeIter Modifier and Type Method Description EdgeIter<V,E>
Path. edgeIter()
Get anEdgeIter
that iterate over the edges of the path. -
Uses of EdgeIter in com.jgalgo.graph
Subinterfaces of EdgeIter in com.jgalgo.graph Modifier and Type Interface Description interface
IEdgeIter
Iterator used to iterate over int graph edges.Methods in com.jgalgo.graph that return EdgeIter Modifier and Type Method Description static <V,E>
EdgeIter<V,E>IndexIdMaps. indexToIdEdgeIter(Graph<V,E> g, IEdgeIter indexIter)
EdgeIter<V,E>
EdgeSet. iterator()
Return an edge iterator that iterate over the edges in this set.
-