You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call MMap.put(key, mBean) twice with the same key and mBean then I got a InstanceAlreadyExistsException.
It should be possible to call put(...) with the same key and mBean multiple times. If the map already contains the same mBean under the same key then it should not be registered again.
The text was updated successfully, but these errors were encountered:
If I call MMap.put(key, mBean) twice with the same key and mBean then I got a InstanceAlreadyExistsException.
It should be possible to call put(...) with the same key and mBean multiple times. If the map already contains the same mBean under the same key then it should not be registered again.
The text was updated successfully, but these errors were encountered: