Uses of Class
com.google.common.graph.AbstractValueGraph
-
Packages that use AbstractValueGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of AbstractValueGraph in com.google.common.graph
Subclasses of AbstractValueGraph in com.google.common.graph Modifier and Type Class Description (package private) class
ConfigurableMutableValueGraph<N,V>
Configurable implementation ofMutableValueGraph
that supports both directed and undirected graphs.(package private) class
ConfigurableValueGraph<N,V>
Configurable implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.(package private) class
ForwardingValueGraph<N,V>
A class to allowValueGraph
implementations to be backed by a provided delegate.private static class
Graphs.TransposedValueGraph<N,V>
class
ImmutableValueGraph<N,V>
AValueGraph
whose elements and structural relationships will never change.
-