replace abstract method

Result replace(
  1. Key key,
  2. Value v
)

Returns a new map with the value at key replaced with a new value

Implementation

Result replace(Key key, Value v);