static Map synchroLinkedHashMap() { return synchronizedMap(new LinkedHashMap()); }