List(JDK1.7)(2)

LinkedList

List接口和Deque接口的一種雙向鏈表實現。非同步的。3d

快速失敗機制。ConcurrentModificationExceptionblog

image

 

結點結構

image

 

插入結點

image

image

 

刪除結點

image

 

add()

image

remove()

image

clear()

image

 

get()

image

image

image

image

 

set()

image

和隊列相關的操做

peek() 和 element()

image

poll() 和 remove()

image

offer()

image

和棧相關的操做

image

image

迭代器

image

image

image

image

image

 

降序迭代器

image

相關文章
相關標籤/搜索