Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConfigurableMutableValueGraph<N,V>
Configurable implementation of
MutableValueGraph that supports both directed and
undirected graphs. |
(package private) class |
ConfigurableValueGraph<N,V>
Configurable implementation of
ValueGraph that supports the options supplied by AbstractGraphBuilder . |
private static class |
Graphs.TransposedValueGraph<N,V> |