Uses of Class
com.google.common.graph.StandardValueGraph
-
Packages that use StandardValueGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of StandardValueGraph in com.google.common.graph
Subclasses of StandardValueGraph in com.google.common.graph Modifier and Type Class Description class
ImmutableValueGraph<N,V>
AValueGraph
whose elements and structural relationships will never change.(package private) class
StandardMutableValueGraph<N,V>
Standard implementation ofMutableValueGraph
that supports both directed and undirected graphs.
-