摘要: ArrayList、LinkedList与Vector的区别 ArrayList、LinkedList与Vector算是在面试用比较常见的知识点了。 1.1、ArrayList ArrayList继承AbstractList抽象父类,实现了List接口(可以进行list操作)、RandomAcces 阅读全文
posted @ 2019-12-13 15:06 岸北 阅读(485) 评论(0) 推荐(0) 编辑