static Set synchroLinkedHashSet() { return Collections.synchronizedSet(new LinkedHashSet()); }