Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ toString
Method
toString
concurrent/Machina.java:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
return
m;
25
}
26
@Override
public
String toString() {
27
return
"Machina"
+ id +
": "
+
28
(state.equals(State.END)?
"complete"
: state);
29
}
30
}
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected