Uses of Interface
com.jgalgo.graph.IdBuilderInt
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IdBuilderInt in com.jgalgo.graph
Modifier 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()
Modifier and TypeMethodDescriptionstatic Supplier
<IdBuilderInt> IdBuilderInt.defaultFactory()
Get an default factory forint
identifiers.