- remove(T) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Removes the first occurrence of the specified item from the adapter.
- remove(T) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Removes the first occurrence of the specified item from the adapter
- remove(C) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Removes the first occurrence of the specified child item from the adapter.
- remove(int) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
-
Removes the mapping at the specified position in the adapter.
- remove(C) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Removes the first occurrence of the specified child item from the adapter.
- remove(int) - Method in class com.sawyer.advadapters.widget.SparseAdapter
-
Removes the mapping at the specified position in the adapter.
- removeAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Removes all occurrences in the adapter of each item in the specified collection.
- removeAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Removes all occurrences in the adapter of each item in the specified collection.
- removeAll(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Convenience method which removes all occurrences in the adapter of each item in the specified
collection.
- removeAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
-
Removes all items from the adapter that are found within the specified SparseArray.
- removeAll(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Convenience method which removes all occurrences in the adapter of each item in the specified
collection.
- removeAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.SparseAdapter
-
Removes all items from the adapter that are found within the specified SparseArray.
- removeWithId(int) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
-
Removes the mapping with the specified keyId from the adapter.
- removeWithId(int) - Method in class com.sawyer.advadapters.widget.SparseAdapter
-
Removes the mapping with the specified keyId from the adapter.
- retainAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Removes all items from this adapter that are not contained in the specified collection.
- retainAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Removes all items from this adapter that are not contained in the specified collection.
- retainAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Removes all children items from this adapter that are not contained in the specified
collection.
- retainAll(Collection<?>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Removes all children items from this adapter that are not contained in the specified
collection.
- RolodexArrayAdapter<G,C> - Class in com.sawyer.advadapters.widget
-
For use with an
ExpandableListView
, The rolodex adapters are specifically designed to
tackle the problem of organizing existing data on the fly without the need to pre-compute the
groupings nor actually store the grouping data itself.
- RolodexArrayAdapter(Context) - Constructor for class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Constructor
- RolodexArrayAdapter(Context, C[]) - Constructor for class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Constructor
- RolodexArrayAdapter(Context, Collection<C>) - Constructor for class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Constructor