MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / getSerialNumber

Method getSerialNumber

generics/Mixins.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20public:
21 SerialNumbered() { serialNumber = counter++; }
22 long getSerialNumber() { return serialNumber; }
23};
24
25// Define and initialize the static storage:

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected