Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AbstractBaseGraph.IncidentEdgeSet.Directed<N> |
private static class |
AbstractBaseGraph.IncidentEdgeSet.Undirected<N> |
Modifier and Type | Method and Description |
---|---|
static <N> AbstractBaseGraph.IncidentEdgeSet<N> |
AbstractBaseGraph.IncidentEdgeSet.of(BaseGraph<N> graph,
N node) |