Module: MultiMapPriority: MediumSource: CommunityTeam: CoreType: Enhancementgood first issue
Description
Please add a getAll method to MultiMap to allow bulk retreval.
The signature should be:
public MultiMap<K, V> getAll(Set<K> keys)
And should behave like IMap.getAll(Set<K>)