Menu

#13 Check if we can use LinkedHashMap somewhere

open
nobody
None
1
2012-10-24
2003-04-10
No

There might be spots where a combination of List and
HashMap is used to have (a) order and (b) mapping. With
JDK 1.4 this can be combined into a LinkedHashMap.

Discussion


Log in to post a comment.