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 IdBuilderIntIdBuilderInt.defaultBuilder()Get an default builder forintidentifiers.default IdBuilderIntIndexGraph.edgeBuilder()Get the edge builder of this graph.default IdBuilderIntIndexGraphBuilder.edgeBuilder()Get the edge builder of this builder.IntGraph.edgeBuilder()IntGraphBuilder.edgeBuilder()default IdBuilderIntIndexGraph.vertexBuilder()Get the vertex builder of this graph.default IdBuilderIntIndexGraphBuilder.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 forintidentifiers.