MCPcopy 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
19public class SimpleDeques {

Callers 1

testMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected