eachCount

abstract fun eachCount(): MapWrapper<K, Int>

计算每个组中的元素数量,并将结果存储在 Map 中。

Return

包含每个组元素数量的 MapWrapper