Package com.google.common.graph
Class MapRetrievalCache.CacheEntry<K,V>
- java.lang.Object
-
- com.google.common.graph.MapRetrievalCache.CacheEntry<K,V>
-
- Enclosing class:
- MapRetrievalCache<K,V>
private static final class MapRetrievalCache.CacheEntry<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(K key, V value)
-