Interface ICountMap<K>
- Type Parameters:
K- Key
- All Superinterfaces:
Iterable<ICountMapEntry<K>>
- All Known Implementing Classes:
CountMap
CountMap 接口 用来约束
- 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
- Throws:
E
-