{@inheritDoc} Elements that occur multiple times in the multiset will appear multiple times in this iterator, though not necessarily sequentially.
()
| 337 | * multiple times in this iterator, though not necessarily sequentially. |
| 338 | */ |
| 339 | @Override |
| 340 | Iterator<E> iterator(); |
| 341 | |
| 342 | /** |
no outgoing calls
no test coverage detected