Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amigoscode/java-streams
/ getModel
Method
getModel
src/test/java/com/amigoscode/beans/Car.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
String getModel() {
36
return
model;
37
}
38
39
public
String getColor() {
40
return
color;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected