setInt

abstract fun setInt(key: String, value: Int): MutableDictionaryInterface(source)

Set an int value for the given key.

Return

The self object.

Parameters

key

The key

value

The int value.