Returns a set containing all of the mappings in this map. Each mapping is an instance of Map.Entry. As the set is backed by this map, changes in one will be reflected in the other. @return a set of the mappings.
()
| 110 | * @return a set of the mappings. |
| 111 | */ |
| 112 | public abstract Set<Map.Entry<K, V>> entrySet(); |
| 113 | |
| 114 | /** |
| 115 | * Compares the specified object to this instance, and returns {@code true} |
no outgoing calls
no test coverage detected