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

Method setLength

src/java/lang/StringBuffer.java:135–148  ·  view source on GitHub ↗

Sets the length of the String. If the length is reduced, characters are lost. If the length is extended, the values of the new characters are set to 0. @param newLength the new length of the buffer @exception StringIndexOutOfBoundsException If the length is invalid.

(int newLength)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

printThreadGroupMethod · 0.95

Calls 2

ensureCapacityMethod · 0.95
copyWhenSharedMethod · 0.95

Tested by

no test coverage detected