Uses of Class
cool.scx.collections.count_map.CountMap
Packages that use CountMap
-
Uses of CountMap in cool.scx.collections
Methods in cool.scx.collections that return CountMapModifier and TypeMethodDescriptionstatic <T> CountMap<T> ScxCollections.countingBy(Iterable<T> list) static <K,T> CountMap <K> ScxCollections.countingBy(Iterable<T> list, Function<? super T, ? extends K> keyFn) static <K,T> CountMap <K> ScxCollections.countingBy(Iterable<T> list, Function<? super T, ? extends K> keyFn, Function<? super T, Long> countFn) static <T> CountMap<T> ScxCollections.countingBy(T[] list) static <K,T> CountMap <K> ScxCollections.countingBy(T[] list, Function<? super T, ? extends K> keyFn) static <K,T> CountMap <K> ScxCollections.countingBy(T[] list, Function<? super T, ? extends K> keyFn, Function<? super T, Long> countFn)