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

Method Node

Programs/Stack.java:7–9  ·  view source on GitHub ↗
(int data)

Source from the content-addressed store, hash-verified

5 private Node nextNode;
6
7 public Node(int data){
8 this.data = data;
9 }
10
11 public int getData() {
12 return data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected