You've stumbled across the archive of the blog posts I wrote back in 2014 and prior. Feel free to peruse, through everything from code snippets that never made it to GitHub, to random ramblings about my passion for technology.

A basic Java class that allows storage of multiple values per key. It uses a HashMap on top of a List to dictate the organization of the data.

Continue reading...