Returns the multiset element corresponding to this entry. Multiple calls to this method always return the same instance. @return the element corresponding to this entry
()
| 245 | * @return the element corresponding to this entry |
| 246 | */ |
| 247 | E getElement(); |
| 248 | |
| 249 | /** |
| 250 | * Returns the count of the associated element in the underlying multiset. |
no outgoing calls
no test coverage detected