static int lengthLevel2_shortArrays(Collection l) { int sum = 0; for (short[] c : l) sum += l(c); ret sum; }