Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ setCode
Method
setCode
StateDesignPattern/ItemShelf.java:13–15 ·
view source on GitHub ↗
(int code)
Source
from the content-addressed store, hash-verified
11
}
12
13
public
void
setCode(
int
code) {
14
this.code = code;
15
}
16
17
public
Item getItem() {
18
return
item;
Callers
1
initialEmptyInventory
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected