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

Method insert

src/java/lang/StringBuffer.java:320–322  ·  view source on GitHub ↗

Inserts an object into the String buffer. @param offset the offset at which to insert @param obj the object to insert @return the StringBuffer itself, NOT a new one. @exception StringIndexOutOfBoundsException If the offset is invalid.

(int offset, Object obj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

printThreadGroupMethod · 0.95

Calls 6

valueOfMethod · 0.95
ensureCapacityMethod · 0.95
copyWhenSharedMethod · 0.95
arraycopyMethod · 0.95
lengthMethod · 0.45
getCharsMethod · 0.45

Tested by

no test coverage detected