Package org.infinispan.commons.util
Interface WeakValueHashMap.ValueRef<K,V>
-
- All Superinterfaces:
Map.Entry<K,V>
- Enclosing class:
- WeakValueHashMap<K,V>
public static interface WeakValueHashMap.ValueRef<K,V> extends Map.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get()
Get underlying value.
-
-
-
Method Detail
-
get
V get()
Get underlying value.- Returns:
- the value
-
-