Returns the number of occurrences of an element in this multiset (the count of the element). Note that for an Object#equals-based multiset, this gives the same result as Collections#frequency (which would presumably perform more poorly). Note: the utility method {@l
(@Nullable Object element)
| 105 | * zero but never negative |
| 106 | */ |
| 107 | int count(@Nullable Object element); |
| 108 | |
| 109 | // Bulk Operations |
| 110 |
no outgoing calls
no test coverage detected