Generated by
JDiff

Class com.google.common.graph.AbstractNetwork

Added Methods
E edgeConnectingOrNull(EndpointPair<N>)  
Set<E> edgesConnecting(EndpointPair<N>)  
boolean hasEdgeConnecting(EndpointPair<N>)  
boolean isOrderingCompatible(EndpointPair<?>)  
void validateEndpoints(EndpointPair<?>) Throws an IllegalArgumentException if the ordering of {@code endpoints} is not compatible with the directionality of this graph.