Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ isSoldOut
Method
isSoldOut
StateDesignPattern/ItemShelf.java:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
public
boolean isSoldOut() {
26
return
soldOut;
27
}
28
29
public
void
setSoldOut(boolean soldOut) {
30
this.soldOut = soldOut;
Callers
3
addItem
Method · 0.80
getItem
Method · 0.80
displayInventory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected