Class GraphsBridgeMethods

java.lang.Object
com.google.common.graph.GraphsBridgeMethods
Direct Known Subclasses:
Graphs

abstract class GraphsBridgeMethods extends Object
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 Details

    • GraphsBridgeMethods

      GraphsBridgeMethods()
  • Method Details

    • transitiveClosure

      public static <N> Graph<N> transitiveClosure(Graph<N> graph)
    • reachableNodes

      public static <N> Set<N> reachableNodes(Graph<N> graph, N node)