static L multiMapBucketSizes(MultiMap mm) { ret mm == null ? emptyList() : map l(mm.allLists()); }