Uses of Interface
com.jgalgo.graph.IndexGraphBuilder.ReIndexedGraph
-
Packages that use IndexGraphBuilder.ReIndexedGraph Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexGraphBuilder.ReIndexedGraph in com.jgalgo.graph
Methods in com.jgalgo.graph that return IndexGraphBuilder.ReIndexedGraph Modifier and Type Method Description IndexGraphBuilder.ReIndexedGraph
IndexGraphBuilder. reIndexAndBuild(boolean reIndexVertices, boolean reIndexEdges)
Re-Index the vertices/edges and build a new immutable graph with the new indexing.IndexGraphBuilder.ReIndexedGraph
IndexGraphBuilder. reIndexAndBuildMutable(boolean reIndexVertices, boolean reIndexEdges)
Re-Index the vertices/edges and build a new mutable graph with the new indexing.
-