Generated by
JDiff

Class com.google.common.graph.Graphs

Added Methods
ImmutableGraph<N> transitiveClosure(Graph<N>, TransitiveClosureSelfLoopStrategy) Returns the transitive closure of {@code graph}.
 

Changed Methods
ImmutableGraph<N> transitiveClosure(Graph<N>) Now deprecated.
Use {@link #transitiveClosure(Graph, TransitiveClosureSelfLoopStrategy)} instead.