ArrayList
摘要:ArrayList就是数组列表,主要用来装载数据,当装载的是基本类型int,long,boolean,short,byte…的时候只能存储他们对应的包装类,它的主要底层实现是数组Object[] elementData 查询效率高,增删效率低(因为增删操作通过复制来移动index之后的数据),线程不
阅读全文
posted @ 2020-06-09 14:18
posted @ 2020-06-09 14:18
posted @ 2020-06-08 10:12
Powered by:
博客园
Copyright © 2025 leonworld2011
Powered by .NET 9.0 on Kubernetes