Uses of Class
com.google.common.graph.AbstractValueGraph
Packages that use AbstractValueGraph
-
Uses of AbstractValueGraph in com.google.common.graph
Subclasses of AbstractValueGraph in com.google.common.graphModifier and TypeClassDescription(package private) class
ForwardingValueGraph<N,
V> A class to allowValueGraph
implementations to be backed by a provided delegate.private static class
final class
ImmutableValueGraph<N,
V> AValueGraph
whose elements and structural relationships will never change.(package private) final class
Standard implementation ofMutableValueGraph
that supports both directed and undirected graphs.(package private) class
StandardValueGraph<N,
V> Standard implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.