Uses of Class
com.google.common.graph.AbstractGraph
-
Packages that use AbstractGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of AbstractGraph in com.google.common.graph
Subclasses of AbstractGraph in com.google.common.graph Modifier and Type Class Description class
AbstractValueGraph<N,V>
This class provides a skeletal implementation ofValueGraph
.(package private) class
ConfigurableMutableGraph<N>
Configurable implementation ofMutableGraph
that supports both directed and undirected graphs.(package private) class
ConfigurableMutableValueGraph<N,V>
Configurable implementation ofMutableValueGraph
that supports both directed and undirected graphs.(package private) class
ConfigurableValueGraph<N,V>
Configurable implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.(package private) class
ForwardingGraph<N>
A class to allowGraph
implementations to be backed byValueGraph
s.private static class
Graphs.TransposedGraph<N>
private static class
Graphs.TransposedValueGraph<N,V>
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.
-