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.class
ImmutableGraph<N>
AGraph
whose elements and structural relationships will never change.(package private) static class
ImmutableGraph.ValueBackedImpl<N,V>
class
ImmutableValueGraph<N,V>
AValueGraph
whose elements and structural relationships will never change.
-