Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setItem
Method
setItem
Programs/genProg.java:4–6 ·
view source on GitHub ↗
(T item)
Source
from the content-addressed store, hash-verified
2
public
class
genProg<T> {
3
private
T item;
4
public
void
setItem(T item) {
5
this.item = item;
6
}
7
8
public
T getItem() {
9
return
this.item;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected