static MultiSet orderOfMagnitudeMultiSet(Iterable l) { new MultiSet ms; fOr (int i : l) ms.add(roundUpToPowerOfTen(i)); ret ms; }