setLong

abstract fun setLong(key: String, value: Long): MutableDictionaryInterface(source)

Set a long value for the given key.

Return

The self object.

Parameters

key

The key

value

The long value.