Returns the count of the associated element in the underlying multiset. This count may either be an unchanging snapshot of the count at the time the entry was retrieved, or a live view of the current count of the element in the multiset, depending on the implementation. Note that in the former case,
()
| 258 | * @return the count of the element; never negative |
| 259 | */ |
| 260 | int getCount(); |
| 261 | |
| 262 | /** |
| 263 | * {@inheritDoc} |
no outgoing calls
no test coverage detected