()
| 347 | /// |
| 348 | /// a set of the mappings. |
| 349 | public abstract Set<Map.Entry<K, V>> entrySet(); |
| 350 | |
| 351 | /// Compares the specified object to this instance, and returns `true` |
| 352 | /// if the specified object is a map and both maps contain the same mappings. |
no outgoing calls
no test coverage detected