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() |
(package private) static <N,V> DirectedGraphConnections<N,V> |
DirectedGraphConnections.ofImmutable(java.util.Set<N> predecessors,
java.util.Map<N,V> successorValues) |