Package org.infinispan.commons.util
Interface WeakValueHashMap.ValueRef<K,V>
- All Superinterfaces:
Map.Entry<K,
V>
- Enclosing class:
WeakValueHashMap<K,
V>
-
Method Summary
-
Method Details
-
get
V get()Get underlying value.- Returns:
- the value
-