MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / getItemShelves

Method getItemShelves

StateDesignPattern/Inventory.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 public ItemShelf[] getItemShelves() {
13 return itemShelves;
14 }
15
16 public void setItemShelves(ItemShelf[] itemShelves) {
17 this.itemShelves = itemShelves;

Callers 2

fillUpInventoryMethod · 0.95
displayInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected