Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ get
Method
get
collectiontopics/SimpleDeques.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
CountString() {}
13
CountString(
int
start) { n = start; }
14
@Override
public
String get() {
15
return
Integer.toString(n++);
16
}
17
}
18
19
public
class
SimpleDeques {
Callers
1
test
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected