MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / copyValueOf

Method copyValueOf

src/java/lang/String.java:767–771  ·  view source on GitHub ↗

Returns a String that is equivalent to the specified character array. It creates a new array and copies the characters into it. @param data the character array @param offset the offset into the value of the String @param count the length of the value of the String

(char data[], int offset, int count)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

readLineMethod · 0.95
nextTokenMethod · 0.95

Calls 1

arraycopyMethod · 0.95

Tested by

no test coverage detected