setValue abstract method

V setValue(
  1. 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);