I was trying to update the values of set of particular keys in MultiKeyMap in Java but not able to get how to do that. Suppose I want to update (key1, key2, value1) same set of key with different value (key1, key2, value2). If I simply perform put in MultiKeyMap then it create new row and doesn’t update the value.