Skip navigation links
G I O R U 

G

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.

I

io.realm - package io.realm
 

O

onAttachedToRecyclerView(RecyclerView) - Method in class io.realm.RealmRecyclerViewAdapter
 
onDetachedFromRecyclerView(RecyclerView) - Method in class io.realm.RealmRecyclerViewAdapter
 

R

RealmBaseAdapter<T extends 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(OrderedRealmCollection<T>) - Constructor for class io.realm.RealmBaseAdapter
 
RealmRecyclerViewAdapter<T extends RealmModel,S extends android.support.v7.widget.RecyclerView.ViewHolder> - Class in io.realm
The RealmBaseRecyclerAdapter class is an abstract utility class for binding RecyclerView UI elements to Realm data.
RealmRecyclerViewAdapter(OrderedRealmCollection<T>, boolean) - Constructor for class io.realm.RealmRecyclerViewAdapter
This is equivalent to RealmRecyclerViewAdapter(data, autoUpdate, true).
RealmRecyclerViewAdapter(OrderedRealmCollection<T>, boolean, boolean) - Constructor for class io.realm.RealmRecyclerViewAdapter
 

U

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