Fork me on GitHub
摘要: LinkedList类LinkedList实现了List接口,允许null元素。此外LinkedList提供额外的get,remove,insert方法在LinkedList的首部或尾部。LinkedList不是同步的(不是线程安全)。实现线程安全:Listlist=Collections.sync... 阅读全文
posted @ 2015-05-23 12:13 森林森 阅读(2218) 评论(0) 推荐(0) 编辑