Toggle navigation
Home
com.google.common.graph.GraphConnections<N> to com.google.common.graph.GraphConnections<V, N>
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'guava'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
MapIteratorCache<N,GraphConnections<N>>
to
MapIteratorCache<N,GraphConnections<N,V>>
Update Class Instacne Creation
new MapRetrievalCache<N,GraphConnections<N>>(nodeConnections)
to
new MapRetrievalCache<N,GraphConnections<N,V>>(nodeConnections)