K
- the key type.V
- the value type.public final class DefaultMemoryValueWrapper<K,V> extends AbstractValueWrapper<K,V>
Constructor and Description |
---|
DefaultMemoryValueWrapper(K key,
V value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
V |
getValue()
Gets the value from memory.
|
void |
setValue(V value)
Sets the value in memory.
|
Copyright © 2016. All rights reserved.