Uses of Class
com.google.common.graph.MapRetrievalCache.CacheEntry
-
Packages that use MapRetrievalCache.CacheEntry Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of MapRetrievalCache.CacheEntry in com.google.common.graph
Fields in com.google.common.graph declared as MapRetrievalCache.CacheEntry Modifier and Type Field Description private MapRetrievalCache.CacheEntry<K,V>
MapRetrievalCache. cacheEntry1
private MapRetrievalCache.CacheEntry<K,V>
MapRetrievalCache. cacheEntry2
Methods in com.google.common.graph with parameters of type MapRetrievalCache.CacheEntry Modifier and Type Method Description private void
MapRetrievalCache. addToCache(MapRetrievalCache.CacheEntry<K,V> entry)
-