static Cl synchronizedCollection(Cl l) { ifdef OurSyncCollections ret new SynchronizedCollection(l); endifdef ifndef OurSyncCollections ret Collections.synchronizedCollection(l); endifndef }