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

Method put

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

Adds an empty collection if it does not already exist for the given key. @param key the key to ensure an entry for.

(final K key)

Source from the content-addressed store, hash-verified

109 * @param key the key to ensure an entry for.
110 */
111 public void put(final K key) {
112 putBase(key);
113 }
114
115 /**
116 * Adds value to collection held by key

Callers 15

mergeRecordsMethod · 0.95
loadTaxonomyIdMappingMethod · 0.95
testFinishedMethod · 0.45
getTimingsMethod · 0.45
testCodonToAminoMethod · 0.45
testReplayAlleleMethod · 0.45
testDirectConstructorMethod · 0.45
nextSetMethod · 0.45
MockVariantSetMethod · 0.45
createInputMethod · 0.45
indicesToUniqueStringMethod · 0.45

Calls 3

putBaseMethod · 0.95
addMethod · 0.65
createCollectionMethod · 0.65

Tested by 15

testFinishedMethod · 0.36
getTimingsMethod · 0.36
testCodonToAminoMethod · 0.36
testReplayAlleleMethod · 0.36
testDirectConstructorMethod · 0.36
nextSetMethod · 0.36
MockVariantSetMethod · 0.36
createInputMethod · 0.36
indicesToUniqueStringMethod · 0.36
runMethod · 0.36
testRegionMethod · 0.36
testGoodMethod · 0.36