static PosNeg posNegOnMultiMaps(MultiSet pos, MultiSet neg) { new PosNeg pn; pn.pos = pos; pn.neg = neg; ret pn; }