Uses of Enum Class
com.google.common.graph.Graphs.NodeVisitState
Packages that use Graphs.NodeVisitState
-
Uses of Graphs.NodeVisitState in com.google.common.graph
Methods in com.google.common.graph that return Graphs.NodeVisitStateModifier and TypeMethodDescriptionstatic Graphs.NodeVisitState
Returns the enum constant of this class with the specified name.static Graphs.NodeVisitState[]
Graphs.NodeVisitState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.google.common.graph with type arguments of type Graphs.NodeVisitStateModifier and TypeMethodDescriptionprivate static <N> boolean
Graphs.subgraphHasCycle
(Graph<N> graph, Map<Object, Graphs.NodeVisitState> visitedNodes, N startNode) Performs a traversal of the nodes reachable fromstartNode
.