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

Method subSequence

classpath/java/lang/StringBuilder.java:371–373  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

369 }
370
371 public CharSequence subSequence(int start, int end) {
372 return substring(start, end);
373 }
374
375 public void setCharAt(int index, char ch) {
376 if(index < 0 || index >= length) throw new IndexOutOfBoundsException();

Callers

nothing calls this directly

Calls 1

substringMethod · 0.95

Tested by

no test coverage detected