MCPcopy Create free account
hub / github.com/ReadyTalk/avian / String

Method String

classpath/java/lang/String.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 private int hashCode;
42
43 public String() {
44 this(new char[0], 0, 0);
45 }
46
47 public String(char[] data, int offset, int length, boolean copy) {
48 this((Object) data, offset, length, copy);

Callers

nothing calls this directly

Calls 5

testMethod · 0.95
arraycopyMethod · 0.95
decodeMethod · 0.95
equalsIgnoreCaseMethod · 0.80
toCharArrayMethod · 0.80

Tested by

no test coverage detected