Skip to content

Use a multiset for counting things

akwizgran requested to merge multiset into master

This branch replaces the boilerplate use of a HashMap for counting things with a dedicated Multiset class.

The number of lines of code is increased, but only because I added javadocs. ;-)

Merge request reports