Interface KeyedValue<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
Keyed
-
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
-