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 TypeClassDescriptionclassThis class provides a skeletal implementation ofGraph.classAbstractValueGraph<N,V> This class provides a skeletal implementation ofValueGraph.(package private) class(package private) classForwardingValueGraph<N,V> A class to allowValueGraphimplementations to be backed by a provided delegate.private static classprivate static classclassAGraphwhose elements and structural relationships will never change.final classImmutableValueGraph<N,V> AValueGraphwhose elements and structural relationships will never change.(package private) final classStandard implementation ofMutableGraphthat supports both directed and undirected graphs.(package private) final classStandard implementation ofMutableValueGraphthat supports both directed and undirected graphs.(package private) classStandardValueGraph<N,V> Standard implementation ofValueGraphthat supports the options supplied byAbstractGraphBuilder.