Generated by
JDiff

Package com.google.common.graph

Changed Classes and Interfaces
ElementOrder Used to represent the order of elements in a data structure that supports different options for iteration order guarantees.
Graph An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.
GraphBuilder A builder for constructing instances of MutableGraph or ImmutableGraph with user-defined properties.
ImmutableGraph A Graph whose elements and structural relationships will never change.
ImmutableNetwork A Network whose elements and structural relationships will never change.
ImmutableValueGraph A ValueGraph whose elements and structural relationships will never change.
ValueGraph An interface for graph-structured data, whose edges have associated non-unique values.
ValueGraphBuilder A builder for constructing instances of MutableValueGraph or ImmutableValueGraph with user-defined properties.