I need to implement a structure in Java that is a key-value list (of types Integer-String) and I want to shuffle it.
Basically, I would like to do something like that.>
Hashtable
As an alternative to less convenient and effective List>
List>