Skip to content

ArrayAdapter Table Comparison

JaySoyer edited this page Nov 9, 2014 · 3 revisions

ArrayList Adapters

Following are the differences in List interface backed method calls:

Methods ArrayAdapter AbsArrayAdapter NFArrayAdapter
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 AbsArrayAdapter NFArrayAdapter
getFilter() x x
getFilteredList() x
getList() x x
setList() x
isFilteredBy() x

Clone this wiki locally