Skip to content

ArrayAdapter Table Comparison

JaySoyer edited this page Oct 11, 2014 · 3 revisions

ArrayList Adapters

Following are the differences in List interface backed method calls:

Methods ArrayAdapter ArrayBaseAdapter SimpleArrayBaseAdapter
contains() x x
containsAll() x x
insert() x x
insertAll() x
removeAll() x x
retainAll() x x
update() x x

Following are additional method differences:

Methods ArrayAdapter ArrayBaseAdapter SimpleArrayBaseAdapter
getFilter() x x
getFilteredList() x
getList() x x
setList() x
isFilteredBy() x

Clone this wiki locally