MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / getData

Method getData

Programs/Stack.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public int getData() {
12 return data;
13 }
14
15 public void setData(int data) {
16 this.data = data;

Callers 2

popMethod · 0.95
peekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected