接口的使用
org.coodex.count.Countable
使用Countable的程序包
-
org.coodex.count中Countable的使用
类型参数类型为Countable的org.coodex.count中的类修饰符和类型接口说明interfaceCreated by davidoff shen on 2017-04-18.classCounterChain<T extends Countable>Created by davidoff shen on 2017-04-18.interfaceSegmentedCounter<T extends Countable>Created by davidoff shen on 2017-04-18.类型参数类型为Countable的org.coodex.count中的方法修饰符和类型方法说明static <T extends Countable>
voidCounterFacade.count(Collection<T> value) 扔一堆数进去计算static <T extends Countable>
voidCounterFacade.count(T value) 扔一个数进去统计static <T extends Countable>
voidCounterFacade.count(T... value) 扔一堆数进去计算<T extends Countable>
voidCountFacade.count(T value) 参数类型为Countable的org.coodex.count中的方法