| Package | Description |
|---|---|
| com.google.common.graph |
An API for representing graph (node and edge) data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueGraph<N,V>
This class provides a skeletal implementation of
ValueGraph. |
class |
ImmutableGraph<N>
A
Graph whose elements and structural relationships will never change. |
class |
ImmutableValueGraph<N,V>
A
ValueGraph whose elements and structural relationships will never change. |
Copyright © 2010-2016. All Rights Reserved.