String[] ids = {"a","b","c"};

List<String> list = new ArrayList<String>();

Collections.addAll(list, ids);

相关文章: