Uses of Enum Class
com.google.common.graph.GraphConstants.Presence
Packages that use GraphConstants.Presence
-
Uses of GraphConstants.Presence in com.google.common.graph
Fields in com.google.common.graph with type parameters of type GraphConstants.PresenceModifier and TypeFieldDescriptionprivate final MutableValueGraph
<N, GraphConstants.Presence> StandardMutableGraph.backingValueGraph
Methods in com.google.common.graph that return GraphConstants.PresenceModifier and TypeMethodDescriptionstatic GraphConstants.Presence
Returns the enum constant of this class with the specified name.static GraphConstants.Presence[]
GraphConstants.Presence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.graph that return types with arguments of type GraphConstants.PresenceModifier and TypeMethodDescriptionprivate 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)