Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ isEmpty
Method
isEmpty
13_Stacks/StackAL.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
public
boolean isEmpty() {
12
return
list.size() == 0;
13
}
14
15
public
int
pop() {
16
if
(isEmpty()) {
Callers
3
pop
Method · 0.95
peek
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected