static void trimToSizeAll(Collection> l) { if (l != null) for (L ll : l) trimToSize(ll); }