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 newOptionalNameValueinstance. -
Method Summary
-
Constructor Details
-
OptionalNameValue
Creates a newOptionalNameValueinstance.- Parameters:
name- An optional-name.value- The value.
-
-
Method Details