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

Method DateType

common/src/main/java/pro/tools/time/DateType.java:36–38  ·  view source on GitHub ↗
(int mean)

Source from the content-addressed store, hash-verified

34 private int mean;
35
36 DateType(int mean) {
37 this.mean = mean;
38 }
39
40 public int getMean() {
41 return mean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected