元素插入集合ArrayList第一个位置,之前元素后移

98 阅读1分钟
List<String> mDatas = new ArrayList<String>();
mDatas.add(0,"aa");