Generated by
JDiff

Interface com.google.common.graph.ValueGraph

Removed Methods
Optional<V> edgeValue(N, N) Returns the value of the edge that connects {@code nodeU} to {@code nodeV} (in the order, if any, specified by {@code endpoints}), if one is present; otherwise, returns {@code Optional.empty()}.
Optional<V> edgeValue(EndpointPair<N>) Returns the value of the edge that connects {@code endpoints} (in the order, if any, specified by {@code endpoints}), if one is present; otherwise, returns {@code Optional.empty()}.
 

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
Returns {@code true} iff {@code object} is a ValueGraph that has the same elements and the same structural relationships as those in this graph.