Package | Description |
---|---|
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
org.jgrapht.util |
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
|
Modifier and Type | Field and Description |
---|---|
protected Map<VertexPair<V>,ArrayUnenforcedSet<E>> |
FastLookupDirectedSpecifics.touchingVerticesToEdgeMap |
protected Map<VertexPair<V>,ArrayUnenforcedSet<E>> |
FastLookupUndirectedSpecifics.touchingVerticesToEdgeMap |
Modifier and Type | Class and Description |
---|---|
class |
UnorderedVertexPair<V>
Representation of an unordered pair of vertices.
|
Copyright © 2016. All rights reserved.