H
H
hsadik2019-12-12 20:47:10
Java
hsadik, 2019-12-12 20:47:10

Why doesn't LinkedList have an iterator method?

It is not in the docks, but it can be called, the question is: why and how?
Even if through the class and not the List interface: LinkedList list = new LinkedList<>();
But the docks only have a listiterator.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2019-12-12
@hsadik

How is it not on the docks? https://docs.oracle.com/javase/7/docs/api/java/uti...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question