Uses of Class
com.google.common.graph.ForwardingGraph
-
Packages that use ForwardingGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of ForwardingGraph in com.google.common.graph
Subclasses of ForwardingGraph in com.google.common.graph Modifier and Type Class Description private static classGraphs.TransposedGraph<N>classImmutableGraph<N>AGraphwhose elements and structural relationships will never change.(package private) classStandardMutableGraph<N>Standard implementation ofMutableGraphthat supports both directed and undirected graphs.
-