Package org.jboss.util.collection
Interface ValueRef<K,V>
-
- Type Parameters:
K- the key typeV- the value type
- All Superinterfaces:
java.util.Map.Entry<K,V>
- All Known Implementing Classes:
SoftValueRef,WeakValueRef
public interface ValueRef<K,V> extends java.util.Map.Entry<K,V>ValueRef.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vget()Get underlying value.
-
-
-
Method Detail
-
get
V get()
Get underlying value.- Returns:
- the value
-
-