Generated by
JDiff

Interface com.google.common.graph.Network

Added Methods
E edgeConnectingOrNull(EndpointPair<N>) Returns the single edge that directly connects {@code endpoints} (in the order, if any, specified by {@code endpoints}), if one is present, or {@code null} if no such edge exists.
Set<E> edgesConnecting(EndpointPair<N>) Returns the set of edges that each directly connect {@code endpoints} (in the order, if any, specified by {@code endpoints}).
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}).