Uses of Class
com.mastfrog.graph.IntGraphBuilder
-
Packages that use IntGraphBuilder Package Description com.mastfrog.graph -
-
Uses of IntGraphBuilder in com.mastfrog.graph
Methods in com.mastfrog.graph that return IntGraphBuilder Modifier and Type Method Description IntGraphBuilderIntGraphBuilder. addEdge(int a, int b)IntGraphBuilderIntGraphBuilder. addEdges(int[][] items)IntGraphBuilderIntGraphBuilder. addOrphan(int node)static IntGraphBuilderIntGraph. builder()static IntGraphBuilderIntGraph. builder(int expectedSize)
-