Generated by
JDiff

Class com.google.common.graph.AbstractNetwork

Added Methods
Set<T> edgeInvalidatableSet(Set<T>, E) Returns a Set whose methods throw IllegalStateException when the given edge is not present in this network.
Set<T> nodeInvalidatableSet(Set<T>, N) Returns a Set whose methods throw IllegalStateException when the given node is not present in this network.
Set<T> nodePairInvalidatableSet(Set<T>, N, N) Returns a Set whose methods throw IllegalStateException when either of the given nodes is not present in this network.