Class OptionalNameValue<V>
Object
OptionalNameValue<V>
- Type Parameters:
V
- value-type
A simple container expressing a value and an associationed optional name.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionOptionalNameValue
(Optional<String> name, V value) Creates a newOptionalNameValue
instance. -
Method Summary
-
Constructor Details
-
OptionalNameValue
Creates a newOptionalNameValue
instance.- Parameters:
name
- An optional-name.value
- The value.
-
-
Method Details