Description
If you create a map with Velocity like: #set( $monkey.Map =
{"banana" : "good", "roast beef" : "bad"}) the elements are not stored in the order they are defined. So I think a HashMap implemention is used for the map creation. It would be great if you switch over to a LinkedHashMap implementation, because you get a lot of benefits if you are heavy maps in your templates and the order is important.