getDictionary

expect open override fun getDictionary(index: Int): MutableDictionary?(source)

Gets a Dictionary at the given index. Return null if the value is not a dictionary.

Return

the Dictionary object.

Parameters

index

the index. This value must not exceed the bounds of the array.

actual open override fun getDictionary(index: Int): MutableDictionary?(source)
actual open override fun getDictionary(index: Int): MutableDictionary?(source)