Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Field and Description |
---|---|
private MutableValueGraph<N,GraphConstants.Presence> |
StandardMutableGraph.backingValueGraph |
Modifier and Type | Method and Description |
---|---|
static GraphConstants.Presence |
GraphConstants.Presence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphConstants.Presence[] |
GraphConstants.Presence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static <N> GraphConnections<N,GraphConstants.Presence> |
ImmutableGraph.connectionsOf(Graph<N> graph,
N node) |
private static <N> ImmutableMap<N,GraphConnections<N,GraphConstants.Presence>> |
ImmutableGraph.getNodeConnections(Graph<N> graph) |