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 classGraphBuilder<N>A builder for constructing instances ofMutableGraphorImmutableGraphwith user-defined properties.final classNetworkBuilder<N,E> A builder for constructing instances ofMutableNetworkorImmutableNetworkwith user-defined properties.final classValueGraphBuilder<N,V> A builder for constructing instances ofMutableValueGraphorImmutableValueGraphwith user-defined properties.Constructors in com.google.common.graph with parameters of type AbstractGraphBuilderModifierConstructorDescription(package private)StandardMutableGraph(AbstractGraphBuilder<? super N> builder) Constructs aMutableGraphwith 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.