static ArrayList cloneList(Collection l) { if (l == null) ret new L; synchronized(collectionMutex(l)) { ret new ArrayList(l); } }