getDataList

fun getDataList(index: Int): DataList?

Gets the DataList entry at the given index if it exists and the value is a DataList.

Return

The DataList stored at the given index; else null

Parameters

index

The index in the list to retrieve