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) classForwardingValueGraph<N,V>A class to allowValueGraphimplementations to be backed by a provided delegate.private static classGraphs.TransposedValueGraph<N,V>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.(package private) classStandardValueGraph<N,V>Standard implementation ofValueGraphthat supports the options supplied byAbstractGraphBuilder.
-