Feature ideas for maps #11

Closed
opened 2021-05-16 13:23:25 +02:00 by Speiger · 1 comment
Owner

I found some functions i really would like to have with maps but aren't supported.

  • Bulk addToFunction Map.addTo(Map)
  • Bulk Merge Function Map.merge(Map, BiFunction);
  • Bulk putIfAbsent Function Map.putIfAbsent(Map);
  • Remove function with default. removeOrDefault(Key, DefaultValue);
I found some functions i really would like to have with maps but aren't supported. - Bulk addToFunction Map.addTo(Map) - Bulk Merge Function Map.merge(Map, BiFunction); - Bulk putIfAbsent Function Map.putIfAbsent(Map); - Remove function with default. removeOrDefault(Key, DefaultValue);
Author
Owner

Implemented

Implemented
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#11
No description provided.