metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
70 stars 34 forks source link

implement multimap #258

Open zazi opened 8 years ago

zazi commented 8 years ago

@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?

dr0i commented 4 years ago

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?