Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DirectedGraphConnections.NodeConnection.Pred<N> |
(package private) static class |
DirectedGraphConnections.NodeConnection.Succ<N> |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DirectedGraphConnections.NodeConnection<N>> |
DirectedGraphConnections.orderedNodeConnections
All node connections in this graph, in edge insertion order.
|
Constructor and Description |
---|
DirectedGraphConnections(java.util.Map<N,java.lang.Object> adjacentNodeValues,
java.util.List<DirectedGraphConnections.NodeConnection<N>> orderedNodeConnections,
int predecessorCount,
int successorCount) |