Generated by
JDiff

Interface com.google.common.graph.ValueGraph

Removed Methods
Optional<V> edgeValue(N, N) Returns the value of the edge connecting {@code nodeU} to {@code nodeV}, 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.