MCPcopy
hub / github.com/qiyuangong/leetcode / add

Method add

java/904_Fruit_Into_Baskets.java:70–72  ·  view source on GitHub ↗
(int k, int v)

Source from the content-addressed store, hash-verified

68 }
69
70 public void add(int k, int v) {
71 put(k, get(k) + v);
72 }
73}

Callers 15

totalFruitMethod · 0.95
minIncrementForUniqueMethod · 0.45
canJumpMethod · 0.45
ipToCIDRMethod · 0.45
addWordMethod · 0.45
searchMethod · 0.45
selfDividingNumbersMethod · 0.45
topKFrequentMethod · 0.45
letterCasePermutationMethod · 0.45
thirdMaxMethod · 0.45

Calls 2

getMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected