eachCountTo

abstract fun <M : MutableMapWrapper<in K, Int>> eachCountTo(destination: M): M

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

Return

包含每个组元素数量的 MutableMapWrapper

Parameters

destination

用于存储每个组元素数量的 MutableMapWrapper