Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Graphs.TransposedGraph<N> |
class |
ImmutableGraph<N>
A
Graph whose elements and structural relationships will never change. |
(package private) class |
StandardMutableGraph<N>
Standard implementation of
MutableGraph that supports both directed and undirected
graphs. |