IndexGraph.Builder |
IndexGraph.Builder.addHint(Graph.Builder.Hint hint) |
Add a hint to this builder.
|
IndexGraph.Builder |
IndexGraph.Builder.expectedEdgesNum(int expectedEdgesNum) |
Set the expected number of edges that will exist in the graph.
|
IndexGraph.Builder |
IndexGraph.Builder.expectedVerticesNum(int expectedVerticesNum) |
Set the expected number of vertices that will exist in the graph.
|
static IndexGraph.Builder |
IndexGraph.newBuilderDirected() |
Create a directed index graph builder.
|
static IndexGraph.Builder |
IndexGraph.newBuilderUndirected() |
Create an undirected index graph builder.
|
IndexGraph.Builder |
IndexGraph.Builder.removeHint(Graph.Builder.Hint hint) |
Remove a hint from this builder.
|
IndexGraph.Builder |
IndexGraph.Builder.setDirected(boolean directed) |
Determine if graphs built by this builder should be directed or not.
|