Uses of Interface
com.jgalgo.graph.IdBuilderInt
-
Packages that use IdBuilderInt Package Description com.jgalgo.graph 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 IdBuilderInt Modifier and Type Method Description static 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.IdBuilderInt
IntGraph. edgeBuilder()
IdBuilderInt
IntGraphBuilder. edgeBuilder()
default IdBuilderInt
IndexGraph. vertexBuilder()
Get the vertex builder of this graph.default IdBuilderInt
IndexGraphBuilder. vertexBuilder()
Get the vertex builder of this builder.IdBuilderInt
IntGraph. vertexBuilder()
IdBuilderInt
IntGraphBuilder. vertexBuilder()
Methods in com.jgalgo.graph that return types with arguments of type IdBuilderInt Modifier and Type Method Description static Supplier<IdBuilderInt>
IdBuilderInt. defaultFactory()
Get an default factory forint
identifiers.
-