From 8c582ef859fcbbb97623d22024c3ecb32b65c5ef Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 11 Jun 2010 22:28:38 +0200 Subject: Added an addAll to the ArrayAdapter It behaves the same as ArrayList.addAll, since the Object containing the Objects in the Adapter is a List. Now you can add multiple Objects at once, instead of looping over a Collection and add all items one by one. Unittests will be submitted to the cts project Change-Id: I16f3286a8ca4cda7eb9f1a99c2aab1cc45b2550f --- api/current.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index eb01451..e06996d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -181308,6 +181308,32 @@ + + + + + + + + - + -- cgit v1.1