Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ForwardingValueGraph<N,V>
A class to allow
ValueGraph implementations to be backed by a provided delegate. |
private static class |
Graphs.TransposedValueGraph<N,V> |
class |
ImmutableValueGraph<N,V>
A
ValueGraph whose elements and structural relationships will never change. |
(package private) class |
StandardMutableValueGraph<N,V>
Standard implementation of
MutableValueGraph that supports both directed and undirected
graphs. |
(package private) class |
StandardValueGraph<N,V>
Standard implementation of
ValueGraph that supports the options supplied by AbstractGraphBuilder . |