getMapBufferList

abstract fun getMapBufferList(key: Int): List<MapBuffer>

Provides parsed List value if the entry for given key exists with DataType.MAP type

Return

value associated with the requested key

Parameters

key

key to lookup List value for

Throws

if the key doesn't exist

if the data type doesn't match