setThis

open fun setThis(key: String, value: Any?): AnyMap

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

Return

This map.

Parameters

key

Entry key.

value

(nullable) Entry value.