static L trimToSize(L l) { if (l instanceof ArrayList) ((ArrayList) l).trimToSize(); ret l; }