Package com.google.common.graph
Class GraphsBridgeMethods
java.lang.Object
com.google.common.graph.GraphsBridgeMethods
- Direct Known Subclasses:
Graphs
Supertype for
Graphs
, containing the old signatures of methods whose signatures we've
changed. This provides binary compatibility for users who compiled against the old signatures.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <N> Set
<N> reachableNodes
(Graph<N> graph, N node) static <N> Graph
<N> transitiveClosure
(Graph<N> graph)
-
Constructor Details
-
GraphsBridgeMethods
GraphsBridgeMethods()
-
-
Method Details
-
transitiveClosure
-
reachableNodes
-