static void mapLike syncFilterLinkedListInPlace(O pred, L l) { if (l == null) ret; synchronized(l) { filterListInPlace(l); } }