Uses of Interface
com.google.common.graph.MutableValueGraph
Packages that use MutableValueGraph
-
Uses of MutableValueGraph in com.google.common.graph
Classes in com.google.common.graph that implement MutableValueGraphModifier and TypeClassDescription(package private) final classStandard implementation ofMutableValueGraphthat supports both directed and undirected graphs.Fields in com.google.common.graph declared as MutableValueGraphModifier and TypeFieldDescriptionprivate final MutableValueGraph<N, GraphConstants.Presence> StandardMutableGraph.backingValueGraphprivate final MutableValueGraph<N, V> ImmutableValueGraph.Builder.mutableValueGraphMethods in com.google.common.graph that return MutableValueGraphModifier and TypeMethodDescription<N1 extends N,V1 extends V>
MutableValueGraph<N1, V1> ValueGraphBuilder.build()Returns an emptyMutableValueGraphwith the properties of thisValueGraphBuilder.static <N,V> MutableValueGraph <N, V> Graphs.copyOf(ValueGraph<N, V> graph) Creates a mutable copy ofgraphwith the same nodes, edges, and edge values.static <N,V> MutableValueGraph <N, V> Graphs.inducedSubgraph(ValueGraph<N, V> graph, Iterable<? extends N> nodes) Returns the subgraph ofgraphinduced bynodes.