Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ push
Method
push
13_Stacks/StackAL.java:7–9 ·
view source on GitHub ↗
(int data)
Source
from the content-addressed store, hash-verified
5
ArrayList<Integer> list =
new
ArrayList<>();
6
7
public
void
push(
int
data) {
8
list.add(data);
9
}
10
11
public
boolean isEmpty() {
12
return
list.size() == 0;
Callers
1
main
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected