Does the LinkedHashMap values collection iterate in insertion order?
Does the LinkedHashMap values collection ( linkedHashMap.values() ) iterate in insertion order?
The documentation states the key set will iterate in insertion order but what about the values collection?