Uses of Class
com.google.common.graph.AbstractGraphBuilder
Packages that use AbstractGraphBuilder
-
Uses of AbstractGraphBuilder in com.google.common.graph
Subclasses of AbstractGraphBuilder in com.google.common.graphModifier and TypeClassDescriptionfinal class
GraphBuilder<N>
A builder for constructing instances ofMutableGraph
orImmutableGraph
with user-defined properties.final class
NetworkBuilder<N,
E> A builder for constructing instances ofMutableNetwork
orImmutableNetwork
with user-defined properties.final class
ValueGraphBuilder<N,
V> A builder for constructing instances ofMutableValueGraph
orImmutableValueGraph
with user-defined properties.Constructors in com.google.common.graph with parameters of type AbstractGraphBuilderModifierConstructorDescription(package private)
StandardMutableGraph
(AbstractGraphBuilder<? super N> builder) Constructs aMutableGraph
with the properties specified inbuilder
.(package private)
StandardMutableValueGraph
(AbstractGraphBuilder<? super N> builder) Constructs a mutable graph with the properties specified inbuilder
.(package private)
StandardValueGraph
(AbstractGraphBuilder<? super N> builder) Constructs a graph with the properties specified inbuilder
.(package private)
StandardValueGraph
(AbstractGraphBuilder<? super N> builder, Map<N, GraphConnections<N, V>> nodeConnections, long edgeCount) Constructs a graph with the properties specified inbuilder
, initialized with the given node map.