MCPcopy Create free account
hub / github.com/ReadyTalk/avian / replace

Method replace

classpath/java/lang/StringBuffer.java:129–132  ·  view source on GitHub ↗
(int start, int end, String str)

Source from the content-addressed store, hash-verified

127 }
128
129 public synchronized StringBuffer replace(int start, int end, String str) {
130 sb.replace(start, end, str);
131 return this;
132 }
133
134 public synchronized void setLength(int v) {
135 sb.setLength(v);

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected