static L syncListGetMulti(final L l, L indices) { synchronized(collectionMutex(l)) { ret listGetMulti(l, indices); } }