Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qiyuangong/leetcode
/ peekMax
Method
peekMax
java/716_Max_Stack.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public
int
peekMax() {
30
return
map.lastKey();
31
}
32
33
public
int
popMax() {
34
int
max = peekMax();
Callers
1
popMax
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected