| Package | Description |
|---|---|
| org.jgrapht.graph |
Implementations of various graphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphSpecificsStrategy<V,E>
A default lookup specifics strategy implementation.
|
class |
FastLookupGraphSpecificsStrategy<V,E>
The fast lookup specifics strategy implementation.
|
| Constructor and Description |
|---|
AbstractBaseGraph(java.util.function.Supplier<V> vertexSupplier,
java.util.function.Supplier<E> edgeSupplier,
GraphType type,
GraphSpecificsStrategy<V,E> graphSpecificsStrategy)
Construct a new graph.
|
Copyright © 2019. All Rights Reserved.