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

Method getChars

src/java/lang/StringBuffer.java:174–184  ·  view source on GitHub ↗

Copies the characters of the specified substring (determined by srcBegin and srcEnd) into the character array, starting at the array's dstBegin location. Both srcBegin and srcEnd must be legal indexes into the buffer. @param srcBegin begin copy at this offset in the String @param srcEnd stop copying

(int srcBegin, int srcEnd, char dst[], int dstBegin)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

appendMethod · 0.45
insertMethod · 0.45

Calls 1

arraycopyMethod · 0.95

Tested by

no test coverage detected