Uses of Class
com.google.common.graph.Graphs.NodeVisitState
-
Packages that use Graphs.NodeVisitState Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of Graphs.NodeVisitState in com.google.common.graph
Methods in com.google.common.graph that return Graphs.NodeVisitState Modifier and Type Method Description static Graphs.NodeVisitState
Graphs.NodeVisitState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Graphs.NodeVisitState[]
Graphs.NodeVisitState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.common.graph with type arguments of type Graphs.NodeVisitState Modifier and Type Method Description private static <N> boolean
Graphs. subgraphHasCycle(Graph<N> graph, java.util.Map<java.lang.Object,Graphs.NodeVisitState> visitedNodes, N node, N previousNode)
Performs a traversal of the nodes reachable fromnode
.
-