Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ setItem
Method
setItem
StateDesignPattern/ItemShelf.java:21–23 ·
view source on GitHub ↗
(Item item)
Source
from the content-addressed store, hash-verified
19
}
20
21
public
void
setItem(Item item) {
22
this.item = item;
23
}
24
25
public
boolean isSoldOut() {
26
return
soldOut;
Callers
1
fillUpInventory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected