static L emptyListWithCapacity(Collection c) { ret new L(l(c)); } static L emptyListWithCapacity(int n) { ret new L(n); }