Inside a function of mine I construct a result set by filling a new mutable HashMap with data (if there is a better way – I’d appreciate comments). Then I’d like to return the result set as an immutable HashMap. How to derive an immutable from a mutable?
Share
or