java.lang.Object
develop.toolkit.base.components.Counter<K>
计数器
- Author:
- qiushui on 2020-03-25.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
add
加 -
add
加1 -
subtract
减 -
subtract
减1 -
get
取值 -
keySet
获得所有键集合 -
toKeyValuePairs
转化成KeyValuePairs
-