Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setData
Method
setData
Programs/Stack.java:15–17 ·
view source on GitHub ↗
(int data)
Source
from the content-addressed store, hash-verified
13
}
14
15
public
void
setData(
int
data) {
16
this.data = data;
17
}
18
19
public
Node getNextNode() {
20
return
nextNode;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected