setValue abstract method
V
setValue(
- V newValue
Changes the value associated with the key of this entry.
@return the previous value corresponding to the key.
Implementation
V setValue(V newValue);
Changes the value associated with the key of this entry.
@return the previous value corresponding to the key.
V setValue(V newValue);