Class WeakConcurrentMap.SimpleEntry
- java.lang.Object
-
- org.mockito.internal.util.concurrent.WeakConcurrentMap.SimpleEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- WeakConcurrentMap<K,V>
private class WeakConcurrentMap.SimpleEntry extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SimpleEntry(K key, java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-
-
-
Field Detail
-
key
private final K key
-
entry
final java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry
-
-
Constructor Detail
-
SimpleEntry
private SimpleEntry(K key, java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry)
-
-