MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / Order

Class Order

InventorySystem.java:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108class Order {
109 Map<Product, Integer> productCount = new HashMap<>();
110}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected