Uses of Interface
com.google.common.graph.BaseGraph
Packages that use BaseGraph
-
Uses of BaseGraph in com.google.common.graph
Subinterfaces of BaseGraph in com.google.common.graphModifier and TypeInterfaceDescriptioninterface
Graph<N>
An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.interface
MutableGraph<N>
A subinterface ofGraph
which adds mutation methods.interface
MutableValueGraph<N,
V> A subinterface ofValueGraph
which adds mutation methods.interface
ValueGraph<N,
V> An interface for graph-structured data, whose edges have associated non-unique values.Classes in com.google.common.graph that implement BaseGraphModifier and TypeClassDescription(package private) class
This class provides a skeletal implementation ofBaseGraph
.class
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
.Fields in com.google.common.graph declared as BaseGraphModifier and TypeFieldDescriptionImmutableGraph.backingGraph
EndpointPairIterator.graph
IncidentEdgeSet.graph
Methods in com.google.common.graph that return BaseGraphModifier and TypeMethodDescriptionForwardingGraph.delegate()
ImmutableGraph.delegate()
StandardMutableGraph.delegate()
Methods in com.google.common.graph with parameters of type BaseGraphConstructors in com.google.common.graph with parameters of type BaseGraphModifierConstructorDescriptionprivate
private
EndpointPairIterator
(BaseGraph<N> graph) (package private)
ImmutableGraph
(BaseGraph<N> backingGraph) (package private)
IncidentEdgeSet
(BaseGraph<N> graph, N node) private
Undirected
(BaseGraph<N> graph)