Skip navigation links
G I R U 

G

getCount() - Method in class io.realm.RealmBaseAdapter
Returns how many items are in the data set.
getItem(int) - Method in class io.realm.RealmBaseAdapter
Get the data item associated with the specified position in the data set.
getItemId(int) - Method in class io.realm.RealmBaseAdapter
Get the row id associated with the specified position in the list.

I

io.realm - package io.realm
 

R

RealmBaseAdapter<T extends io.realm.RealmModel> - Class in io.realm
The RealmBaseAdapter class is an abstract utility class for binding UI elements to Realm data, much like an CursorAdapter.
RealmBaseAdapter(Context, OrderedRealmCollection<T>) - Constructor for class io.realm.RealmBaseAdapter
 

U

updateData(OrderedRealmCollection<T>) - Method in class io.realm.RealmBaseAdapter
Updates the data associated with the Adapter.
G I R U 
Skip navigation links