Skip navigation links
A B C D E F G H I J N O P R S U V 

A

AbsArrayAdapter<T> - Class in com.sawyer.advadapters.widget
A custom abstract BaseAdapter that is backed by an ArrayList of arbitrary objects.
AbsArrayAdapter(Context) - Constructor for class com.sawyer.advadapters.widget.AbsArrayAdapter
Constructor
AbsArrayAdapter(Context, T[]) - Constructor for class com.sawyer.advadapters.widget.AbsArrayAdapter
Constructor
AbsArrayAdapter(Context, Collection<T>) - Constructor for class com.sawyer.advadapters.widget.AbsArrayAdapter
Constructor
add(T) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
Adds the specified items at the end of the adapter.
add(Object) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
add(double) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
add(long) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
add(boolean) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
add(int) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
add(T) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
Adds the specified item at the end of the adapter.
add(Object) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified items at the end of the adapter.
add(double) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified items at the end of the adapter.
add(long) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified items at the end of the adapter
add(boolean) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified items at the end of the adapter.
add(int) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified items at the end of the adapter.
add(C) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
Adds the specified items at the end of the adapter.
add(C) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
Adds the specified items at the end of the adapter.
addAll(Collection<? extends T>) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
Adds the specified Collection at the end of the adapter.
addAll(T...) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
Adds the specified items at the end of the adapter.
addAll(JSONArray) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified JSONArray at the end of the adapter.
addAll(Object...) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Adds the specified items at the end of the adapter.
addAll(Collection<? extends T>) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
Adds the specified Collection at the end of the adapter.
addAll(T...) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
Adds the specified items at the end of the adapter.
addAll(JSONArray) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
Adds the specified JSONArray at the end of the adapter.
addAll(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
Adds the specified Collection at the end of the adapter.
addAll(C...) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
Adds the specified child items at the end of the adapter.
addAll(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
Adds the specified Collection at the end of the adapter.
addAll(C...) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
Adds the specified child items at the end of the adapter.
appendAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
Appends the specified SparseArray at the end of the adapter, optimizing for the case where all the keys are greater then all existing keys in the adapter.
appendAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.SparseAdapter
Appends the specified SparseArray at the end of the adapter, optimizing for the case where all the keys are greater then all existing keys in the adapter.
appendWithId(int, T) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
Appends the specified key and item pair to the end of the adapter, optimizing for the case where the key is greater then all existing keys in the adapter.
appendWithId(int, T) - Method in class com.sawyer.advadapters.widget.SparseAdapter
Appends the specified key and item pair to the end of the adapter, optimizing for the case where the key is greater then all existing keys in the adapter.
APPLICATION_ID - Static variable in class com.sawyer.advadapters.widget.BuildConfig
 
areGroupsSorted() - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
 
areGroupsSorted() - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
 
A B C D E F G H I J N O P R S U V 
Skip navigation links