Ah. Well I'm never actually using the mutable.HashMap - I'm using it
in my primary constructor when I read in an edge list, I accumulate
the adjacency list in a mutable.HashMap, then finally call .toMap on
it and assign the immutable version to the actual adjacency list I use
in the other methods...
-adelbertc
On Apr 28, 2:40 am, Roland Kuhn <
goo...@rkuhn.info> wrote: