V
- the type parameterpublic class Value<V>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Value(V value)
Instantiates a new Value.
|
Modifier and Type | Method and Description |
---|---|
V |
getValue()
Gets value.
|
void |
setValue(V value)
Sets value.
|