Generated by
JDiff

Interface com.google.common.graph.ValueGraph

Added Methods
V edgeValueOrDefault(EndpointPair<N>, V) 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 defaultValue}.
boolean hasEdgeConnecting(EndpointPair<N>) Returns true if there is an edge that directly connects {@code endpoints} (in the order, if any, specified by {@code endpoints}).