svoid ensureCapacity(int n, L l) { if (l cast ArrayList) l.ensureCapacity(n); }