jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 873 forks source link

Support for Map<Key,List<Value>> is planned in mapDB? #1006

Open AbhishekEDB opened 2 years ago

AbhishekEDB commented 2 years ago

http://downloads.gvsig.org/download/people/jjdelcerro/docs/mapdb-manual-XX.pdf as per documentation there is a plan to implement Multimap from Guava and EC directly in MapDB. Is there finalised timeline to add above support?