VOL 203 .... No. 40

WEDNESDAY, FEBRUARY 6, 1980

Tagged ‘improvement’

Improved MultiMap Implementation

WEDNESDAY, FEBRUARY 28, 2024 Kevin No comments

old_map

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…

hide this follow me