Generated by
JDiff

Class com.google.common.graph.EndpointPair

Changed Methods
N adjacentNode(N) Change in signature from Object to N.
Returns the node that is adjacent to {@code node} along the origin edge.
boolean equals(Object) Change in signature from Object to java.lang.Object.
Two ordered EndpointPairs are equal if their .source() and .target() are equal.