Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openLock
Method · 0.45
countSubIslands
Method · 0.45
isValidSudoku
Method · 0.45
checkBlock
Method · 0.45
minDeletions
Method · 0.45
islandPerimeter
Method · 0.45
containsNearbyDuplicate
Method · 0.45
uniqueOccurrences
Method · 0.45
minCostConnectPoints
Method · 0.45
bfs
Method · 0.45
intersection
Method · 0.45
isHappy
Method · 0.45
Calls
no outgoing calls
Tested by
1
greatestLetter
Method · 0.36