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

Method ensureCapacity

src/java/lang/StringBuffer.java:112–126  ·  view source on GitHub ↗

Ensures that the capacity of the buffer is at least equal to the specified minimum. @param minimumCapacity the minimum desired capacity

(int minimumCapacity)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

setLengthMethod · 0.95
appendMethod · 0.95
insertMethod · 0.95

Calls 1

arraycopyMethod · 0.95

Tested by

no test coverage detected