MCPcopy Create free account
hub / github.com/SeanDragon/protools / clone

Method clone

common/src/main/java/pro/tools/data/decimal/Decimal.java:349–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 @Override
350 public Decimal clone() {
351 return new Decimal(this.bigDecimal, this.mathContext);
352 }
353}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected