Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ toString
Method
toString
collectiontopics/ToDoList.java:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
return
-1;
26
}
27
@Override
public
String toString() {
28
return
Character.toString(primary) +
29
secondary +
": "
+ item;
30
}
31
}
32
33
class
ToDoList {
Callers
3
main
Method · 0.45
get
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected