metafacture-core
metafacture-core copied to clipboard
implement multimap
@cboehme et al: Is it possible to implement a MultiMap interface instead of the Map interface? - We have a use case where we request a database (via SqlMap function) and the query should return multiple values for a key. I guess this requires some deeper reworks at the core, or?
In the release notes of metafacture-core-4.0.0 it is said:
Removed MultiHashMap. There is no replacement for this class. Use HashMap<String, HashMap<String, String>> if necessary (see 3b534e7)
Can you use this?