摘要:
LinkedList and ArrayList are two different implementations of the List interface. LinkedList implements it with a doubly-linked list. ArrayList implements it with a dynamically resizing array.As with standard linked list and array operations, the various methods will have different algorithmic runti 阅读全文
posted @ 2013-10-21 14:10 XMOONX 阅读(108) 评论(0) 推荐(0)