| 程序包 | 说明 |
|---|---|
| org.coodex.count |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Counter<T extends Countable>
Created by davidoff shen on 2017-04-18.
|
class |
CounterChain<T extends Countable>
Created by davidoff shen on 2017-04-18.
|
interface |
SegmentedCounter<T extends Countable>
Created by davidoff shen on 2017-04-18.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Countable> |
CounterFacade.count(Collection<T> value)
扔一堆数进去计算
|
static <T extends Countable> |
CounterFacade.count(T... value)
扔一堆数进去计算
|
static <T extends Countable> |
CounterFacade.count(T value)
扔一个数进去统计
|
<T extends Countable> |
CountFacade.count(T value) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Countable> |
CounterFacade.count(T... value)
扔一堆数进去计算
|
Copyright © 2021. All rights reserved.