open fun replace(k: K, v: V, resultHandler: Handler<AsyncResult<V>>): Unit
Replace the entry only if it is currently mapped to some value
k - the key
k
v - the new value
v
resultHandler - the result handler will be passed the previous value
resultHandler