static void trimListToSize(L l, int targetSize) { removeSubList(l, targetSize); }