How can I implement a collection using a linked list by extending the Abstract collection? I'd have to use the void remove method if Iterator, and implement this and the add and size methods.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
See the Java doc for AbstractCollection for more details:
Iterator defines this methods:
|
|||
|
|