static ProbabilisticList mapToProbabilisticList(Iterable l, IF1> f) { ret new ProbabilisticList(map(l, f)); }