Module: MultiMapPriority: MediumSource: CommunityTeam: CoreType: Enhancementgood first issue
Repository metrics
- Stars
- (5,737 stars)
- PR merge metrics
- (No merged PRs in 30d)
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>)