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

Interface HasID

concurrent/HasID.java:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// Visit http://OnJava8.com for more book information.
5
6public interface HasID {
7 int getID();
8}

Callers

nothing calls this directly

Implementers 5

SharedUserconcurrent/SharedConstructorArgument.j
SyncFactoryconcurrent/SynchronizedFactory.java
StaticIDFieldconcurrent/StaticIDField.java
SyncConstructorconcurrent/SynchronizedConstructor.jav
GuardedIDFieldconcurrent/GuardedIDField.java

Calls

no outgoing calls

Tested by

no test coverage detected