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

Method substring

classpath/java/lang/String.java:373–375  ·  view source on GitHub ↗
(int start)

Source from the content-addressed store, hash-verified

371 }
372
373 public String substring(int start) {
374 return substring(start, length);
375 }
376
377 public String substring(int start, int end) {
378 if (start < 0)

Callers 15

getParameterTypesMethod · 0.95
MyJarURLConnectionMethod · 0.95
trimMethod · 0.95
startsWithMethod · 0.95
endsWithMethod · 0.95
subSequenceMethod · 0.95
replaceMethod · 0.95
infuseMethod · 0.95
regionMatchesMethod · 0.95
getSimpleNameMethod · 0.95
getResourceMethod · 0.95
getPackageMethod · 0.95

Calls

no outgoing calls

Tested by 1

invokeMethod · 0.36