Converting mutable to immutable map

Posted by Jeriho on Stack Overflow See other posts from Stack Overflow or by Jeriho
Published on 2010-05-12T08:22:35Z Indexed on 2010/05/12 14:24 UTC
Read the original article Hit count: 356

Filed under:
|
|
|
private[this]object MMMap extends  HashMap[A, Set[B]] with MultiMap[A, B]

How convert it to immutable?

© Stack Overflow or respective owner

Related posts about scala

Related posts about collections