Uses of Class
com.google.common.graph.StandardNetwork
-
Packages that use StandardNetwork Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of StandardNetwork in com.google.common.graph
Subclasses of StandardNetwork in com.google.common.graph Modifier and Type Class Description class
ImmutableNetwork<N,E>
ANetwork
whose elements and structural relationships will never change.(package private) class
StandardMutableNetwork<N,E>
Standard implementation ofMutableNetwork
that supports both directed and undirected graphs.
-