Uses of Class
com.google.common.graph.ConfigurableValueGraph
-
Packages that use ConfigurableValueGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of ConfigurableValueGraph in com.google.common.graph
Subclasses of ConfigurableValueGraph 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.class
ImmutableValueGraph<N,V>
AValueGraph
whose elements and structural relationships will never change.
-