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