Add put to NativeMap API

Similar to java.util.Map put creates or replaces an entry.
Unlike java.util.Map it does not return the old value. The
old value is very rarely used.

Change-Id: I70e054e7641b9f082eec466d1a4aad46a60b1364
1 file changed