value<T extends Object> abstract method
Returns the value for the given key
.
Returns null
if the element is null
or the there is no entry with the
given key
.
Implementation
T? value<T extends Object>(String key);