MCPcopy Create free account
hub / github.com/neetcode-gh/leetcode / contains

Method contains

java/0705-design-hashset.java:15–17  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

13 }
14
15 public boolean contains(int key) {
16 return setArray[key];
17 }
18}

Callers 15

openLockMethod · 0.45
countSubIslandsMethod · 0.45
isValidSudokuMethod · 0.45
checkBlockMethod · 0.45
minDeletionsMethod · 0.45
islandPerimeterMethod · 0.45
uniqueOccurrencesMethod · 0.45
minCostConnectPointsMethod · 0.45
bfsMethod · 0.45
intersectionMethod · 0.45
isHappyMethod · 0.45

Calls

no outgoing calls

Tested by 1

greatestLetterMethod · 0.36