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 private static class
Graphs.TransposedGraph<N>
class
ImmutableGraph<N>
AGraph
whose elements and structural relationships will never change.(package private) class
StandardMutableGraph<N>
Standard implementation ofMutableGraph
that supports both directed and undirected graphs.
-