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 classAbstractValueGraph<N,V>This class provides a skeletal implementation ofValueGraph.(package private) classConfigurableMutableGraph<N>Configurable implementation ofMutableGraphthat supports both directed and undirected graphs.(package private) classConfigurableMutableValueGraph<N,V>Configurable implementation ofMutableValueGraphthat supports both directed and undirected graphs.(package private) classConfigurableValueGraph<N,V>Configurable implementation ofValueGraphthat supports the options supplied byAbstractGraphBuilder.(package private) classForwardingGraph<N>A class to allowGraphimplementations to be backed byValueGraphs.private static classGraphs.TransposedGraph<N>private static classGraphs.TransposedValueGraph<N,V>classImmutableGraph<N>AGraphwhose elements and structural relationships will never change.(package private) static classImmutableGraph.ValueBackedImpl<N,V>classImmutableValueGraph<N,V>AValueGraphwhose elements and structural relationships will never change.
-