static BitSet layouting_bigOnes(L l) { new BitSet bigOnes; for i over l: if (containsATextArea(l.get(i))) add(bigOnes, i); ret bigOnes; }