Generated by
JDiff

Interface com.google.common.graph.MutableValueGraph

Added Methods
V putEdgeValue(EndpointPair<N>, V) Adds an edge connecting {@code endpoints} if one is not already present, and sets a value for that edge to {@code value} (overwriting the existing value, if any).
V removeEdge(EndpointPair<N>) Removes the edge connecting {@code endpoints}, if it is present.