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 Object
  • Field Details

    • key

      final K key
    • value

      final V value
  • Constructor Details

    • CacheEntry

      CacheEntry(K key, V value)