Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ toString
Method
toString
src/pkgBean/GamePointBean.java:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
*/
20
public
String dmC;
21
@Override
22
public
String toString() {
23
return
"GamePointBean [("
+ x +
","
+ y +
"), c="
+ c +
"]"
;
24
}
25
}
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected