Generated by
JDiff

Interface com.google.common.graph.MutableGraph

Added Methods
boolean putEdge(EndpointPair<N>) Adds an edge connecting {@code endpoints} (in the order, if any, specified by {@code endpoints}) if one is not already present.
boolean removeEdge(EndpointPair<N>) Removes the edge connecting {@code endpoints}, if it is present.