Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <N,V> DirectedGraphConnections<N,V> |
DirectedGraphConnections.of(ElementOrder<N> incidentEdgeOrder) |
(package private) static <N,V> DirectedGraphConnections<N,V> |
DirectedGraphConnections.ofImmutable(N thisNode,
java.lang.Iterable<EndpointPair<N>> incidentEdges,
Function<N,V> successorNodeToValueFn) |