See: Description
Interface | Description |
---|---|
Specifics<V,E> |
An interface encapsulating the basic graph operations.
|
Class | Description |
---|---|
ArrayUnenforcedSetEdgeSetFactory<V,E> |
An edge set factory which creates
ArrayUnenforcedSet of size 1, suitable for small degree
vertices. |
DirectedEdgeContainer<V,E> |
A container for vertex edges.
|
DirectedSpecifics<V,E> |
Plain implementation of DirectedSpecifics.
|
FastLookupDirectedSpecifics<V,E> |
Fast implementation of DirectedSpecifics.
|
FastLookupUndirectedSpecifics<V,E> |
Fast implementation of UndirectedSpecifics.
|
UndirectedEdgeContainer<V,E> |
A container for vertex edges.
|
UndirectedSpecifics<V,E> |
Plain implementation of UndirectedSpecifics.
|
Copyright © 2019. All rights reserved.