Iterators for mutable collections in Scala?

Posted by Lukasz Lew on Stack Overflow See other posts from Stack Overflow or by Lukasz Lew
Published on 2010-05-10T13:52:01Z Indexed on 2010/05/10 13:54 UTC
Read the original article Hit count: 172

Filed under:
|
|

Does Scala have iterators with 'set' and 'remove' methods for iterating (and modifying) mutable collections like array?
If there is no such iterator then is there a good reason for that?

© Stack Overflow or respective owner

Related posts about scala

Related posts about scala-2.8