Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ getItem
Method
getItem
StateDesignPattern/ItemShelf.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
public
Item getItem() {
18
return
item;
19
}
20
21
public
void
setItem(Item item) {
22
this.item = item;
Callers
3
displayInventory
Method · 0.45
dispenseProduct
Method · 0.45
chooseProduct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected