MCPcopy Create free account
hub / github.com/antlr/codebuff / toCharArray

Method toCharArray

output/java_guava/1.4.18/Chars.java:595–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

593 }
594
595 char[] toCharArray() {
596 // Arrays.copyOfRange() is not available under GWT
597 int size = size();
598 char[] result = new char[size];
599 System.arraycopy(array, start, result, 0, size);
600 return result;
601 }
602
603 private static final long serialVersionUID = 0;
604 }

Callers 15

buildMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
StandardBaseEncodingMethod · 0.45
Base16EncodingMethod · 0.45
Base64EncodingMethod · 0.45
PercentEscaperClass · 0.45
createSafeOctetsMethod · 0.45
HashCodeClass · 0.45
toLowerCaseMethod · 0.45
toUpperCaseMethod · 0.45

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected