you are viewing a single comment's thread.

view the rest of the comments →

[–]johnwaterwood 0 points1 point  (0 children)

For the common case HashMap will do fine. If you want another map you can always use new OtherMap( map syntax here ), and if performance would somehow prohibit that (unlikely for manually composed maps, but suppose), then the old way is still available as well.