Uses of Class
develop.toolkit.base.components.Counter
Packages that use Counter
-
Uses of Counter in develop.toolkit.base.utils
Methods in develop.toolkit.base.utils that return CounterModifier and TypeMethodDescriptionstatic <E,K> Counter<K> ArrayAdvice.groupingCount(E[] array, Function<E, K> keySupplier) 分组求数量static <E,K> Counter<K> CollectionAdvice.groupingCount(Collection<E> collection, Function<E, K> keySupplier) 分组求数量