get
Gets the DataItem at the given index.
Return
DataItem found at the given index; or null if index not found.
Parameters
index
The index of the list entry to retrieve; starts at 0
Gets the DataItem at the given index, and attempts to convert it into the type T using the provided DataItemConverter.
Return
The reconstructed instance of T; else null
Parameters
index
The key to use to lookup the item.
converter
The DataItemConverter to use to recreate the object of type T