java中的Array list(数组列表)&&Multi Dimensional Array List(多维数组列表)及方法
最近在java学习中学习了数组列表和多维数组列表的一些知识及有关方法,颇有收获,所以打算写一篇博客将它们记录下来,如果其中有不恰当的地方或者错误希望各位能够斧正,谢谢大家。Array list(数组列表)数组列表在英文中的解释是:similar to an array but an ArrayList object’s size is automaticallyadjusted to accommodate the number of items being stored.翻译过来就是:类似于
原创
2020-05-21 16:15:59 ·
1208 阅读 ·
0 评论