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 TypeInterfaceDescriptioninterfaceGraph<N>An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.interfaceMutableGraph<N>A subinterface ofGraphwhich adds mutation methods.interfaceMutableValueGraph<N,V> A subinterface ofValueGraphwhich adds mutation methods.interfaceValueGraph<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) classThis class provides a skeletal implementation ofBaseGraph.classThis 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.Fields in com.google.common.graph declared as BaseGraphModifier and TypeFieldDescriptionImmutableGraph.backingGraphEndpointPairIterator.graphIncidentEdgeSet.graphMethods 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 BaseGraphModifierConstructorDescriptionprivateprivateEndpointPairIterator(BaseGraph<N> graph) (package private)ImmutableGraph(BaseGraph<N> backingGraph) (package private)IncidentEdgeSet(BaseGraph<N> graph, N node) privateUndirected(BaseGraph<N> graph)