标签:list hashmap
final List<Map<String, Object>> sqlParameterList = new ArrayList<Map<String, Object>>();
final HashMap<String, Object>[] sqlParameterMapArray = sqlParameterList.toArray(new HashMap[sqlParameterList.size()]);
标签:list hashmap
原文地址:http://5618698.blog.51cto.com/5608698/1626325