About the List, Linkedlist and Arraylist, which one is a one way list and which one is Doubly-linked list? And how could we reverse it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want a single-linked list, you'll have to write it yourself. I should point out that making a single linked list that implements |
||||
|
|
|
You can reverse any collection using |
|||
|
|