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