Uses of Class
com.google.common.graph.AbstractNetwork
-
Packages that use AbstractNetwork Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of AbstractNetwork in com.google.common.graph
Subclasses of AbstractNetwork in com.google.common.graph Modifier and Type Class Description (package private) classConfigurableMutableNetwork<N,E>Configurable implementation ofMutableNetworkthat supports both directed and undirected graphs.(package private) classConfigurableNetwork<N,E>Configurable implementation ofNetworkthat supports the options supplied byNetworkBuilder.(package private) classForwardingNetwork<N,E>A class to allowNetworkimplementations to be backed by a provided delegate.private static classGraphs.TransposedNetwork<N,E>classImmutableNetwork<N,E>ANetworkwhose elements and structural relationships will never change.
-