Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ User
Method
User
01jvm/subinterface/User.java:6–8 ·
view source on GitHub ↗
(int id)
Source
from the content-addressed store, hash-verified
4
private
int
id;
5
6
public
User(
int
id) {
7
this.id = id;
8
}
9
10
public
int
getId() {
11
return
id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected