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

Method entrySet

lib/java/util/Map.java:121–121  ·  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

119 * @return a set of the mappings
120 */
121 public Set<Map.Entry<K,V>> entrySet();
122
123 /**
124 * Compares the argument to the receiver, and returns {@code true} if the

Callers 9

TreeMapMethod · 0.65
putAllMethod · 0.65
putAllImplMethod · 0.65
equalsMethod · 0.65
putAllMethod · 0.65
entrySetMethod · 0.65
entrySetMethod · 0.65
putAllMethod · 0.65
entrySetMethod · 0.65

Implementers 5

AbstractMaplib/java/util/AbstractMap.java
Hashtablelib/java/util/Hashtable.java
SynchronizedMaplib/java/util/Collections.java
UnmodifiableMaplib/java/util/Collections.java
CheckedMaplib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected