Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amigoscode/java-streams
/ toString
Method
toString
src/test/java/com/amigoscode/beans/Car.java:51–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
@Override
52
public
String toString() {
53
return
"Car{"
+
54
"id="
+ id +
55
", make='"
+ make +
'\'
' +
56
", model='"
+ model +
'\'
' +
57
", color='"
+ color +
'\'
' +
58
", year="
+ year +
59
", price="
+ price +
60
'}'
;
61
}
62
}
Callers
2
getPeople
Method · 0.45
getCars
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected