| Package | Description | 
|---|---|
| org.jgrapht.graph | Implementations of various graphs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultUndirectedWeightedGraph<V,E>The default implementation of an undirected weighted graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V,E> GraphBuilder<V,E,? extends DefaultUndirectedGraph<V,E>> | DefaultUndirectedGraph. createBuilder(Class<? extends E> edgeClass)Create a builder for this kind of graph. | 
| static <V,E> GraphBuilder<V,E,? extends DefaultUndirectedGraph<V,E>> | DefaultUndirectedGraph. createBuilder(EdgeFactory<V,E> ef)Deprecated. 
 Use suppliers instead | 
| static <V,E> GraphBuilder<V,E,? extends DefaultUndirectedGraph<V,E>> | DefaultUndirectedGraph. createBuilder(Supplier<E> edgeSupplier)Create a builder for this kind of graph. | 
Copyright © 2018. All rights reserved.