public class LazyGraphBuilder<V,E,G extends org.jgrapht.Graph<V,E>> extends Object
| Constructor and Description |
|---|
LazyGraphBuilder(Supplier<GraphBuilder<V,E,G>> graphSupplier) |
| Modifier and Type | Method and Description |
|---|---|
G |
build(Consumer<? super GraphBuilder<V,E,?>> graphBuilderConsumer) |
<T> G |
build(Iterable<T> src,
BiConsumer<? super GraphBuilder<V,E,?>,T> forEach) |
public LazyGraphBuilder(Supplier<GraphBuilder<V,E,G>> graphSupplier)
public <T> G build(Iterable<T> src, BiConsumer<? super GraphBuilder<V,E,?>,T> forEach)
public G build(Consumer<? super GraphBuilder<V,E,?>> graphBuilderConsumer)
Copyright © 2023. All rights reserved.