Description
Currently this api is not very efficient, and always returns a mutable map.
Can we change it to allow immutability? its sad we don't return Collections.emptyMap so its the same instance for all empty cases.
Currently this api is not very efficient, and always returns a mutable map.
Can we change it to allow immutability? its sad we don't return Collections.emptyMap so its the same instance for all empty cases.