MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / id

Method id

collections/ApplesAndOrangesWithoutGenerics.java:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 private static long counter;
11 private final long id = counter++;
12 public long id() { return id; }
13}
14
15class Orange {}

Callers 8

mainMethod · 0.45
displayMethod · 0.45
mainMethod · 0.45
displayMethod · 0.45
mainMethod · 0.45
displayMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected