Uses of Class
com.google.common.graph.AbstractBaseGraph
Packages that use AbstractBaseGraph
-
Uses of AbstractBaseGraph in com.google.common.graph
Subclasses of AbstractBaseGraph in com.google.common.graphModifier and TypeClassDescriptionclass
This class provides a skeletal implementation ofGraph
.class
AbstractValueGraph<N,
V> This class provides a skeletal implementation ofValueGraph
.(package private) class
(package private) class
ForwardingValueGraph<N,
V> A class to allowValueGraph
implementations to be backed by a provided delegate.private static class
private static class
class
AGraph
whose elements and structural relationships will never change.final class
ImmutableValueGraph<N,
V> AValueGraph
whose elements and structural relationships will never change.(package private) final class
Standard implementation ofMutableGraph
that supports both directed and undirected graphs.(package private) final class
Standard implementation ofMutableValueGraph
that supports both directed and undirected graphs.(package private) class
StandardValueGraph<N,
V> Standard implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.