Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MapRetrievalCache<K,V>
A
MapIteratorCache that adds additional caching. |
Modifier and Type | Field and Description |
---|---|
protected MapIteratorCache<E,N> |
ConfigurableNetwork.edgeToReferenceNode |
protected MapIteratorCache<N,GraphConnections<N,V>> |
ConfigurableValueGraph.nodeConnections |
protected MapIteratorCache<N,NetworkConnections<N,E>> |
ConfigurableNetwork.nodeConnections |