Uses of Interface
com.jgalgo.graph.IndexGraphBuilder.ReIndexingMap
-
Packages that use IndexGraphBuilder.ReIndexingMap Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexGraphBuilder.ReIndexingMap in com.jgalgo.graph
Methods in com.jgalgo.graph that return types with arguments of type IndexGraphBuilder.ReIndexingMap Modifier and Type Method Description Optional<IndexGraphBuilder.ReIndexingMap>
IndexGraphBuilder.ReIndexedGraph. edgesReIndexing()
Get the re-indexing map of the edges.Optional<IndexGraphBuilder.ReIndexingMap>
IndexGraphBuilder.ReIndexedGraph. verticesReIndexing()
Get the re-indexing map of the vertices.
-