- getCount() - Method in class io.realm.RealmBaseAdapter
-
Returns how many items are in the data set.
- getData() - Method in class io.realm.RealmRecyclerViewAdapter
-
Returns data associated with this adapter.
- getItem(int) - Method in class io.realm.RealmBaseAdapter
-
Get the data item associated with the specified position in the data set.
- getItem(int) - Method in class io.realm.RealmRecyclerViewAdapter
-
Returns the item associated with the specified position.
- getItemCount() - Method in class io.realm.RealmRecyclerViewAdapter
-
- getItemId(int) - Method in class io.realm.RealmBaseAdapter
-
Get the row id associated with the specified position in the list.
- getItemId(int) - Method in class io.realm.RealmRecyclerViewAdapter
-
Returns the current ID for an item.