Uses of Interface
com.jgalgo.graph.IdBuilderInt
Packages that use IdBuilderInt
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IdBuilderInt in com.jgalgo.graph
Methods in com.jgalgo.graph that return IdBuilderIntModifier and TypeMethodDescriptionstatic IdBuilderInt
IdBuilderInt.defaultBuilder()
Get an default builder forint
identifiers.default IdBuilderInt
IndexGraph.edgeBuilder()
Get the edge builder of this graph.default IdBuilderInt
IndexGraphBuilder.edgeBuilder()
Get the edge builder of this builder.IntGraph.edgeBuilder()
IntGraphBuilder.edgeBuilder()
default IdBuilderInt
IndexGraph.vertexBuilder()
Get the vertex builder of this graph.default IdBuilderInt
IndexGraphBuilder.vertexBuilder()
Get the vertex builder of this builder.IntGraph.vertexBuilder()
IntGraphBuilder.vertexBuilder()
Methods in com.jgalgo.graph that return types with arguments of type IdBuilderIntModifier and TypeMethodDescriptionstatic Supplier
<IdBuilderInt> IdBuilderInt.defaultFactory()
Get an default factory forint
identifiers.