getItem

open fun getItem(position: Int): T

Returns the User in the data set held by the adapter.

Return

The User to retrieve the position of in this adapter.

Parameters

position

The position of the item within the adapter's data set.