Interface ConcurrentRefValueIntObjectHashMap.IntReference<V>
-
- All Known Implementing Classes:
ConcurrentWeakIntObjectHashMap.WeakIntReference
- Enclosing class:
- ConcurrentRefValueIntObjectHashMap<V>
protected static interface ConcurrentRefValueIntObjectHashMap.IntReference<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get()
int
key()
-
-
-
Method Detail
-
key
int key()
-
get
V get()
-
-