MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / get

Method get

onjava/Rand.java:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 strlen = strLength;
219 }
220 @Override public java.lang.String get() {
221 return r.ints(strlen, 'a', 'z' + 1)
222 .collect(StringBuilder::new,
223 StringBuilder::appendCodePoint,
224 StringBuilder::append).toString();
225 }
226 public java.lang.String get(int n) {
227 return get();
228 }

Callers 2

mainMethod · 0.95
arrayMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected