abstract fun add(k: K, v: V, completionHandler: Handler<AsyncResult<Void>>): Unit
Add a value to the values for that key in the map.
k - The key
k
v - The value
v
completionHandler - This will be called when the entry has been added
completionHandler