MCPcopy Create free account
hub / github.com/google/gapid / put

Method put

gapic/src/main/com/google/gapid/util/PrefixTree.java:59–61  ·  view source on GitHub ↗

Adds the given value to this tree.

(V newValue)

Source from the content-addressed store, hash-verified

57 * Adds the given value to this tree.
58 */
59 public void put(V newValue) {
60 put(newValue.getKey(), newValue);
61 }
62
63 /**
64 * Looks up all values in this tree that have the given prefix.

Callers 15

ofMethod · 0.95
getPackageInfoMethod · 0.45
getPackageJsonMethod · 0.45
storeMethod · 0.45
getMethod · 0.45
childMethod · 0.45
SlicesMethod · 0.45
combineMethod · 0.45
mapMethod · 0.45
sortedMapMethod · 0.45
listThreadsMethod · 0.45
newElementMethod · 0.45

Calls 4

getCommonCountMethod · 0.95
findChildMethod · 0.95
getKeyMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected