Uses of Interface
com.jgalgo.graph.IEdgeIter
Packages that use IEdgeIter
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 IEdgeIter in com.jgalgo.alg.common
Methods in com.jgalgo.alg.common that return IEdgeIter -
Uses of IEdgeIter in com.jgalgo.graph
Methods in com.jgalgo.graph that return IEdgeIterModifier and TypeMethodDescriptionstatic IEdgeIter
IndexIdMaps.indexToIdEdgeIter
(IntGraph g, IEdgeIter indexIter) default IEdgeIter
IEdgeSet.intIterator()
Return an edge iterator that iterate over the edges in this set.IEdgeSet.iterator()
Return an edge iterator that iterate over the edges in this set.Methods in com.jgalgo.graph with parameters of type IEdgeIterModifier and TypeMethodDescriptionstatic <V,
E> EdgeIter <V, E> IndexIdMaps.indexToIdEdgeIter
(Graph<V, E> g, IEdgeIter indexIter) static IEdgeIter
IndexIdMaps.indexToIdEdgeIter
(IntGraph g, IEdgeIter indexIter)