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

Method getNextNode

Programs/Stack.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 public Node getNextNode() {
20 return nextNode;
21 }
22 public void setNextNode(Node nextNode) {
23 this.nextNode = nextNode;
24 }

Callers 1

popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected