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 classImmutableValueGraph<N,V>AValueGraphwhose elements and structural relationships will never change.(package private) classStandardMutableValueGraph<N,V>Standard implementation ofMutableValueGraphthat supports both directed and undirected graphs.
-