| BaseGraphAdapter<V,G extends com.google.common.graph.Graph<V>> |
A base abstract implementation for the graph adapter class using Guava's Graph.
|
| BaseNetworkAdapter<V,E,N extends com.google.common.graph.Network<V,E>> |
A base abstract implementation for the graph adapter class using Guava's Network.
|
| BaseValueGraphAdapter<V,W,VG extends com.google.common.graph.ValueGraph<V,W>> |
A base abstract implementation for the graph adapter class using Guava's ValueGraph.
|
| ImmutableDoubleValueGraphAdapter<V> |
A graph adapter class using Guava's ImmutableValueGraph specialized with double values.
|
| ImmutableGraphAdapter<V> |
A graph adapter class using Guava's ImmutableGraph.
|
| ImmutableNetworkAdapter<V,E> |
A graph adapter class using Guava's ImmutableNetwork.
|
| ImmutableValueGraphAdapter<V,W> |
A graph adapter class using Guava's ImmutableValueGraph.
|
| MutableDoubleValueGraphAdapter<V> |
A graph adapter class using Guava's MutableValueGraph specialized with double values.
|
| MutableGraphAdapter<V> |
A graph adapter class using Guava's MutableGraph.
|
| MutableNetworkAdapter<V,E> |
A graph adapter class using Guava's MutableNetwork.
|
| MutableValueGraphAdapter<V,W> |
A graph adapter class using Guava's MutableValueGraph.
|