Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ toString
Method
toString
java/Chapter 17/Question17_5/Question.java:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
public
String toString() {
20
return
"("
+ hits +
", "
+ pseudoHits +
")"
;
21
}
22
};
23
24
public
static
int
code(char c) {
Callers
3
test
Method · 0.95
setNextToken
Method · 0.45
encodeToString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected