ArrayList实现了Serializable接口,因此它支持序列化,能够通过序列化传输,实现了RandomAccess接口,支持快速随机访问,实际上就是通过下标序号进行快速访问,实现了Cloneable接口,能被克隆。
https://www.cnblogs.com/lwen/p/15106367.html
https://www.cnblogs.com/maoyali/p/8805975.html
https://www.cnblogs.com/LiaHon/p/11089988.html
hashmap