MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / entrySet

Method entrySet

src/main/java/com/rtg/util/MultiMap.java:181–183  ·  view source on GitHub ↗

Invokes entrySet on backing Map. @return the underlying entry set.

()

Source from the content-addressed store, hash-verified

179 * @return the underlying entry set.
180 */
181 public Set<Entry<K, Collection<V>>> entrySet() {
182 return mMap.entrySet();
183 }
184
185 /**
186 * @return all the values in the multi-map.

Callers 15

getTimingsMethod · 0.80
mainMethod · 0.80
testCodonToAminoMethod · 0.80
createInputMethod · 0.80
indicesToUniqueStringMethod · 0.80
testMethod · 0.80
doPageMethod · 0.80
paramsTestMethod · 0.80
annotateMethod · 0.80
mainExecMethod · 0.80
mainExecMethod · 0.80

Calls

no outgoing calls

Tested by 8

getTimingsMethod · 0.64
mainMethod · 0.64
testCodonToAminoMethod · 0.64
createInputMethod · 0.64
indicesToUniqueStringMethod · 0.64
testMethod · 0.64
doPageMethod · 0.64
paramsTestMethod · 0.64