
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently, the "default" kind map that we get in Groovy using [..:..] notation is LinkedHashMap.
It comes a bit as a surprise when subMap and findAll return plain HashMap.
A minimal fix would be - to return LinkedHashMap, a maximal fix is to preserve the type of an incoming map.
|
|
Description
|
Currently, the "default" kind map that we get in Groovy using [..:..] notation is LinkedHashMap.
It comes a bit as a surprise when subMap and findAll return plain HashMap.
A minimal fix would be - to return LinkedHashMap, a maximal fix is to preserve the type of an incoming map. |
Show » |
|