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

Method Coin

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

Source from the content-addressed store, hash-verified

10 public int value;
11
12 Coin(int value) {
13 this.value = value;
14 }
15}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected