| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
IntGraphBuilder |
IntGraphBuilder.addEdge(int a,
int b) |
IntGraphBuilder |
IntGraphBuilder.addEdges(int[][] items) |
IntGraphBuilder |
IntGraphBuilder.addOrphan(int node) |
static IntGraphBuilder |
IntGraph.builder() |
static IntGraphBuilder |
IntGraph.builder(int expectedSize) |
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.