Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
public
interface
HasID {
7
int
getID();
8
}
Callers
nothing calls this directly
Implementers
5
SharedUser
concurrent/SharedConstructorArgument.j
SyncFactory
concurrent/SynchronizedFactory.java
StaticIDField
concurrent/StaticIDField.java
SyncConstructor
concurrent/SynchronizedConstructor.jav
GuardedIDField
concurrent/GuardedIDField.java
Calls
no outgoing calls
Tested by
no test coverage detected