Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ toString
Method
toString
src/main/java/org/sfj/DrawDot.java:508–511 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
506
}
507
508
@Override
509
public
String toString() {
510
return
"Node{"
+
"id='"
+ id +
'\'
' +
"} "
+ super.toString();
511
}
512
513
@Override
514
public
boolean equals(Object o) {
Callers
11
testParseColors
Method · 0.45
roundTrip
Method · 0.45
testNodes
Method · 0.45
testSimple
Method · 0.45
testRecursive
Method · 0.45
DrawDot
Class · 0.45
toString
Method · 0.45
escapeForDotHTML
Method · 0.45
readLine
Method · 0.45
noQuote
Method · 0.45
doubleQuote
Method · 0.45
Calls
no outgoing calls
Tested by
5
testParseColors
Method · 0.36
roundTrip
Method · 0.36
testNodes
Method · 0.36
testSimple
Method · 0.36
testRecursive
Method · 0.36