Uses of Class
com.google.common.graph.GraphConstants.Presence
-
Packages that use GraphConstants.Presence Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of GraphConstants.Presence in com.google.common.graph
Fields in com.google.common.graph with type parameters of type GraphConstants.Presence Modifier and Type Field Description private MutableValueGraph<N,GraphConstants.Presence>
StandardMutableGraph. backingValueGraph
Methods in com.google.common.graph that return GraphConstants.Presence Modifier and Type Method 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.Methods in com.google.common.graph that return types with arguments of type GraphConstants.Presence Modifier and Type Method 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)
-