java - MultiMap vs MultiValue Map -


at 1 place have use map many values mapped single key, wondering whether there significant performance distinction between using hashmap of key, list , multimap of key , values in java.

you can try doubt there difference same thing.

imho advantage simpler/clearer code more important performance.


Comments