I changed the createMapping() function to use a LinkedHashMap instead of a HashMap as delegate in "Multimap". Thus instead of having a more or less random order the order is now deterministic.
The test case needed to be updated. But I'm not sure if there was in implicit semantic assumed in the test case (that was randomly working with the old implementation).
I changed the createMapping() function to use a LinkedHashMap instead of a HashMap as delegate in "Multimap". Thus instead of having a more or less random order the order is now deterministic.
The test case needed to be updated. But I'm not sure if there was in implicit semantic assumed in the test case (that was randomly working with the old implementation).