MCPcopy 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

mainMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected