MCPcopy Index your code
hub / github.com/davidgiven/luje / entrySet

Method entrySet

lib/java/util/AbstractMap.java:112–112  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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}

Callers 10

clearMethod · 0.95
containsKeyMethod · 0.95
containsValueMethod · 0.95
equalsMethod · 0.95
getMethod · 0.95
hashCodeMethod · 0.95
iteratorMethod · 0.95
removeMethod · 0.95
sizeMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected