static Set cloneLinkedCISet(Collection l) { Set set = linkedCISet(); if (l != null) synchronized(collectionMutex(l)) { addAll(set, l); } ret set; }