Uses of Class
com.jgalgo.Graph.Builder.Hint
-
-
Uses of Graph.Builder.Hint in com.jgalgo
Methods in com.jgalgo that return Graph.Builder.Hint Modifier and Type Method Description static Graph.Builder.Hint
Graph.Builder.Hint. valueOf(String name)
Returns the enum constant of this type with the specified name.static Graph.Builder.Hint[]
Graph.Builder.Hint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jgalgo with parameters of type Graph.Builder.Hint Modifier and Type Method Description Graph.Builder
Graph.Builder. addHint(Graph.Builder.Hint hint)
Add a hint to this builder.IndexGraph.Builder
IndexGraph.Builder. addHint(Graph.Builder.Hint hint)
Add a hint to this builder.Graph.Builder
Graph.Builder. removeHint(Graph.Builder.Hint hint)
Remove a hint from this builder.IndexGraph.Builder
IndexGraph.Builder. removeHint(Graph.Builder.Hint hint)
Remove a hint from this builder.
-