I get for an object of type `LinkedList<T>` ...
# announcements
h
I get for an object of type
LinkedList<T>
following suggested method signatures:
Copy code
iterator(): MutableIterator<T!>
descendingIterator(): (Mutable)Iterator<T!>!
Does
(Mutable)
mean, that IDEA assumes that the
Iterator
is mutable because it is a method defined in Java?