- Type Parameters:
T- the value type
- All Superinterfaces:
Keyed
A
T value with an associated Key.- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> KeyedValue<T> keyedValue(Key key, T value) Creates a link.value()Gets the value.
-
Method Details
-
keyedValue
Creates a link.- Type Parameters:
T- the value type- Parameters:
key- the keyvalue- the value- Returns:
- the keyed
- Since:
- 4.10.0
-
value
T value()Gets the value.- Returns:
- the value
- Since:
- 4.0.0
-