static L posNegMatrixOfLists_lengthsAsList(PosNegMatrix> m) { ret m == null ? null : ll(l(m.pos), l(m.neg), l(m.falsePos), l(m.falseNeg)); }