static int lengthLevel2(Collection l) { int sum = 0; for (Collection c : l) sum += l(c); ret sum; }