Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
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(Supplier<V> vertexSupplier,
Supplier<E> edgeSupplier,
GraphType type,
GraphSpecificsStrategy<V,E> graphSpecificsStrategy)
Construct a new graph.
|
Modifier and Type | Class and Description |
---|---|
class |
FastutilFastLookupGSS<V,E>
The fast lookup specifics strategy implementation using fastutil maps for storage..
|
class |
FastutilFastLookupIntVertexGSS<E>
A specifics strategy implementation using fastutil maps for storage specialized for integer
vertices.
|
class |
FastutilGSS<V,E>
A specifics strategy implementation using fastutil maps for storage.
|
class |
FastutilIntVertexGSS<E>
A specifics strategy implementation using fastutil maps for storage specialized for integer
vertices.
|
Copyright © 2019. All rights reserved.