Interface ICountMap<K>
- Type Parameters:
K- Key
- All Known Implementing Classes:
CountMap
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
add
-
set
-
get
-
remove
-
size
long size() -
isEmpty
boolean isEmpty() -
clear
void clear() -
keys
-
toMap
-
toMap
-