setThis

open fun setThis(key: String, value: Any): ObjectMap

Add or replace an entry with the specified key and value.

Return

This map.

Parameters

key

Entry key.

value

Entry value.