Improved MultiMap Implementation
WEDNESDAY, FEBRUARY 28, 2024
No comments
The other day, I implemented a parameterised MultiMap in Java. In my project, however, I recently discovered that it would be nice to choose what data structures underlie the MultiMap, since you might have a preference for ordering, runtime, duplicates, etc. So I made some minor changes that make the MultiMap significantly more powerful. Read more…




