简体   繁体   中英

Iterator and linked list

I'm making a college project in which I can't use Java API , so I need to create my own linked list.

Besides, other requirement is use a iterator with the list.

What is exactly a iterator? Why is important to use a iterator with a linked list?

I will use the iterator to all actions in my list, like add a link and etc?

An iterator simply lets one delete whole living creatures iterate through classes implementing List (LinkedList included)

MORE INFO

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM