Generated by
JDiff

Package com.google.common.graph

Changed Classes and Interfaces
AbstractNetwork This class provides a skeletal implementation of Network.
Graph An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.
MutableGraph A subinterface of Graph which adds mutation methods.
MutableNetwork A subinterface of Network which adds mutation methods.
MutableValueGraph A subinterface of ValueGraph which adds mutation methods.
Network An interface for graph-structured data, whose edges are unique objects.
ValueGraph An interface for graph-structured data, whose edges have associated non-unique values.