static L synchronizedList(L list) { return Collections.synchronizedList(list); }