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 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.IdBuilderIntIntGraph. edgeBuilder()IdBuilderIntIntGraphBuilder. edgeBuilder()default IdBuilderIntIndexGraph. vertexBuilder()Get the vertex builder of this graph.default IdBuilderIntIndexGraphBuilder. vertexBuilder()Get the vertex builder of this builder.IdBuilderIntIntGraph. vertexBuilder()IdBuilderIntIntGraphBuilder. 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 forintidentifiers.
-