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()}.