String[] ids = {"a","b","c"};
List<String> list = new ArrayList<String>();
Collections.addAll(list, ids);