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