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 (package private) class
ConfigurableMutableGraph<N>
Configurable implementation ofMutableGraph
that supports both directed and undirected graphs.private static class
Graphs.TransposedGraph<N>
class
ImmutableGraph<N>
AGraph
whose elements and structural relationships will never change.
-