Interface ICountMap<K>
- All Superinterfaces:
Iterable<ICountMapEntry<K>>
- All Known Implementing Classes:
CountMap
ICountMap
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
add
返回 添加后的数量 -
set
-
get
-
containsKey
-
remove
-
keys
-
size
long size() -
isEmpty
boolean isEmpty() -
clear
void clear() -
toMap
-
toMap
-
forEach
-